Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 502 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 502 Bytes

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