Skip to content

Latest commit

 

History

History
52 lines (33 loc) · 1.22 KB

README.md

File metadata and controls

52 lines (33 loc) · 1.22 KB

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.