Packaging a Python game for distribution on Windows — py2exe and cx_Freeze

Tuesday, April 15th, 2008

I do my game development on Ubuntu Linux. In case you hadn't noticed, unlike pretty much every Linux distro, Windows does not come with Python installed by default. For distributing games written in Python on Windows, it's nice to create a compiled executable version (using py2exe or cx_Freeze, for example) ...

New release of Shoodar (v 0.11)

Wednesday, April 2nd, 2008

Shoodar is a little game I've been writing, mostly to learn Rabbyt (although these things tend to grow beyond learning exercises ..... :P). Essentially it's just a silly vertical shooter, but there is an Ikaruga-inpired twist. It's in early stages of development, but I've put a playable version up in ...