cocos2d

Package — Game DevPython 3.7+Intermediate

2D game framework: scenes, sprites, actions, particle effects

Quick Info

Documentation
Official Docs
Python Version
3.7+
Dependencies
pyglet, NumPy
Install
pip install cocos2d

Learn by Difficulty

Quick Example

python
# Install: pip install cocos2d
import cocos2d

# Basic cocos2d usage
print(f"Using cocos2d")
# See documentation for detailed examples

cocos2d is a third-party package. 2D game framework: scenes, sprites, actions, particle effects. Install with: pip install cocos2d

Try in Playground

Tags

packagegame-developmentgraphicsinteractive