Skip to content

An Open Source Geometry Dash clone that will actually be good. Written in C.

License

Notifications You must be signed in to change notification settings

gstaaij/geometryfoss

Repository files navigation

Geometry FOSS

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

Building

There aren't any releases yet, so you have to compile GDF yourself for now.

Linux

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

Windows

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.

Disclaimer

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.

About

An Open Source Geometry Dash clone that will actually be good. Written in C.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Languages