|
Project Information
Links
|
The goal of pytform is to be a fully featured 2d polygon-based game development kit. I'm starting to create a 2d game, and developed this to make my work easier. It could be useful for more people, so I've decided to share it! If you want more details, check the pytform's home page: http://sites.google.com/site/pytform With pytform, you code in Python. Pytform is mainly composed of a level editor and a "game class", used to implement your game. You can download the first release (v0.1) in the Downloads pane. Please consider that this is a very early beta! Hehe... I'm now focusing on documenting everything. This project uses the following libraries (if you get the source, you'll need to download them too): pyglet pybox2d pyyaml py2exe |