raylib — Easy Playground
Python bindings for raylib: simple 2D/3D game programming
Getting started with raylibRun locally
Install
pip install raylibPython CodeRun locally
Expected Output
# Expected output shown below # (Run locally with: raylib)
raylib is a third-party package. Python bindings for raylib: simple 2D/3D game programming. Install with: pip install raylib
Challenge
Try modifying the code above to explore different behaviors. Can you extend the example to handle a new use case?