A clone of geomtery dash which turned out to be like dino jump.
  • C++ 96.1%
  • CMake 3.9%
Find a file
2022-07-23 14:17:16 +05:00
.vscode Completed 2022-07-23 13:54:47 +05:00
assets Completed 2022-07-23 13:54:47 +05:00
include Completed 2022-07-23 13:54:47 +05:00
src Completed 2022-07-23 13:54:47 +05:00
.gitignore Completed 2022-07-23 13:54:47 +05:00
CMakeLists.txt Completed 2022-07-23 13:54:47 +05:00
README.md Fixed compiling commands 2022-07-23 14:17:16 +05:00

Geometry Dash / Dino Jump Thingy

Made with C++ and SDL2 Requirements: - Linux - SDL2 - SDL2 Image - SDL2 TTF - SDL2 Mixer - CMake

To compile

$ cd build
$ cmake .. && make
$ ./dino-dash