arcade

Package — Game DevPython 3.7+Intermediate

Modern 2D game framework with a Pythonic API

Quick Info

Documentation
Official Docs
Python Version
3.7+
Dependencies
pyglet, Pillow, pymunk, pytiled-parser
Install
pip install arcade

Learn by Difficulty

Quick Example

python
# Install: pip install arcade
import arcade

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

arcade is a third-party package. Modern 2D game framework with a Pythonic API. Install with: pip install arcade

Try in Playground

Tags

packagegame-developmentgraphicsinteractive