arcadeEasy Playground

Modern 2D game framework with a Pythonic API

Getting started with arcadeRun locally
Install
pip install arcade
Python CodeRun locally
Expected Output
# Expected output shown below
# (Run locally with: arcade)

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

Challenge

Try modifying the code above to explore different behaviors. Can you extend the example to handle a new use case?