pip install cocos2d
cocos2d Team
a 2D framework for games and multimedia
cocos2d simplifies the game development in these areas:
Flow control: Manage the flow control between different scenes in an easy way
Sprites: Fast and easy sprites
Actions: Just tell sprites what you want them to do. Composable actions like move, rotate, scale and much more
Effects: Effects like waves, twirl, lens and much more
Tiled Maps: Support for rectangular and hexagonal tiled maps
Collision: Basic pure python support for collisions
Transitions: Move from scene to scene with style
Menus: Built in classes to create menus
Text Rendering: Label and HTMLLabel with action support
Built-in Python Interpreter: For debugging purposes
Access to OpenGL functionality
and much more! http://los-cocos.github.io/cocos-site/
N/A