A clone of the popular game 'Geometry Dash' created purely for educational purposes.
If you want to play an actually fun game, you should probably go play the real Geometry Dash.
- I am aware the game is capped at 60 fps. This is because all calculations rely on happening every 16 ms, if the FPS were to change it would get inconsistant. I considered fixing this but since this project has came pretty far already, it'd take a lot of time to fix every spot, so it'll just have to stay the way it is.
- A lot of this code is bad, pretty bad, really bad, or absolutely terrible. I know and I likely won't fix it, this project was just a joke to begin with.
Ensure you have pip install raylib installed.
$ python3 geo.py$ python3 ./compile.py- Ensure you have
pip install imageio, so that the icon is setup properly on the executable.
- Ensure you have python3.11-devel installed.