https://github.com/pgdr/mazeball
https://github.com/pgdr/mazeball
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/pgdr/mazeball
- Owner: pgdr
- Created: 2026-03-03T12:31:43.000Z (3 months ago)
- Default Branch: master
- Last Pushed: 2026-03-17T09:20:58.000Z (3 months ago)
- Last Synced: 2026-03-18T00:47:45.931Z (3 months ago)
- Language: Python
- Size: 2.27 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Maze Ball (Pygame)
A small Pygame maze game where you steer a spinning sprite-based ball
with a joystick or keyboard, building mazes programmatically from
connected line segments; movement has momentum with acceleration/boost
and drag, wall collisions bounce you off and also push you out if you
ever spawn or clip inside a wall, red holes kill you, and the black hole
wins (press **R** to restart, **Q** to quit).