PyWeek 15 - Day 1 - Game Idea and Coding
First an introduction: We are a two man team that use Python professionally. This is our first time to enter PyWeek.We brainstormed last night and came up with an idea for a platform game with a commando on a suicide mission, a one way trip. Not so original but making a platformer should at least be fun.
We spent the day harvesting free sprites from the internet and writing some of the core engine code.
(log in to comment)
richard on 2012/09/10 01:57:
Cool. Grab Pyxeledit for making pixel art. Cocos2d has a tile mapping engine. There's also the PyGame introduction and platformer tutorial I gave at PyCon US this year. Video and source for the tutorial at the link.