Slyther
Slyther copied to clipboard
Java implementation of the slither.io client and server
Slyther
W.I.P Java implementation of the slither.io client and server.
Prerequisites
- JDK 8 or higher
- Gradle
Building
Slyther builds with Gradle, to build the standalone executable jar run the following in the root directory:
gradle build
Opening in your IDE
IntelliJ IDEA
In order to open the Slyther project in IDEA, run the following task from the root:
gradle idea
This generates the appropriate metadata so that the project can be opened from IDEA.
Eclipse
- Run
gradle eclipse
from the root directory - Import all projects using the "Import Existing Projects into Workspace" wizard