Skip to content
This repository has been archived by the owner on Oct 8, 2024. It is now read-only.
/ raylib-dash Public archive

A Geometry Dash remake, made with raylib and C++.

License

Notifications You must be signed in to change notification settings

enderprism/raylib-dash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Raylib Dash

A Geometry Dash remake made with Raylib.

How to play the game

Head to the Actions tab and download the latest build artifact.

The GitHub workflows used to automate building of the game does not work. If you know how workflows work and know how to fix it, feel free to open a PR.

Build Instructions

Installing Dependencies

Before building the project, you will need to install all relevant dependencies for your platform so that the project has access to all the tools required, and raylib can compile and link correctly. You can find intructions for installing dependencies on macOS, Linux, and Windows in the docs file on installing dependencies.

Building the Project

Once you have cloned this repository and installed dependencies, building the project is as simple as running these two commands in its root directory:

macOS & Linux

$ make setup
$ make

Windows

> mingw32-make setup
> mingw32-make

Credits

About

A Geometry Dash remake, made with raylib and C++.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published