This repository is supposed to be a remake of Slope, an online endless runner game. The game is made with LWJGL using Gradle and Java.
To build the project, you must have gradle installed. If you're on MacOS, I prefer you to use Homebrew via brew install gradle. On Windows, just install Gradle (https://gradle.org/install/) and set it up.
To build just run gradle build and after run gradle run.