/PyPlatformer

A 2D side-scrolling platformer written in Python using cocos2d, pyglet, and pymunk.

Primary LanguagePython

Untitled Attempt at a Platform Game

About

This is an attempt at creating a 2D side-scrolling platform game using cocos2d, pyglet, and pymunk. If you examine the source you'll find some potentially useful modules for loading Tiled format maps, a component-based game actor system, and a simple level geometry editor that serializes to XML.

Running

python main.py

Dependencies

pyglet, cocos2d, pymunk

License

GNU GPL Version 3