This is an Open Source clone of Geomety Dash written in C using raylib.
Please keep in mind that this project is still under development. If major things don't work, please wait a few days and see if the problem persists before creating an issue
There aren't any releases yet, so you have to compile GDF yourself for now.
First, bootstrap nob. You only have to do this once.
$ gcc -o nob nob.c
Then, you can build and run Geometry FOSS by running these commands:
$ ./nob build
$ ./build/geometryfoss
If you want to cross compile for Windows, install mingw and run
$ ./nob build win32-mingw
First, install mingw.
Then, bootstrap nob:
gcc -o nob nob.c
Finally, compile Geometry FOSS using this command:
./nob.exe build
There will be a geometryfoss.exe
executable in the build
directory.
Geometry Dash is made by RobTop Games. I'm going to use the original assets, but in a way that is respectful (I hope). Please refer to the plan for information on how I'm going to do that.