An open API service indexing awesome lists of open source software.

https://github.com/pgdr/mazeball


https://github.com/pgdr/mazeball

Last synced: about 1 month ago
JSON representation

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).