Mon 20 February 2012

"I Need Practice Programming": 49 Ideas for Game Clones to Code

Posted by Al Sweigart in misc   

You want to practice writing code but can't seem to find any open source projects that are at your level or easy for new people to contribute to. Here's a list of game clone ideas for you to implement. Each has a short description of the game, links to videos of the game, and descriptions of what kind of algorithms you'll need to know in order to implement them.

Read more...








Fri 07 October 2011

Pygame Cheat Sheet

Posted by Al Sweigart in misc   

If you already know a bit of programming and Python, and want to get up to speed on the Pygame 2D game framework, here's a cheat sheet that you can look over. It implements a very short Pygame program covering most of Pygame's basic features.

Read more...