A Java implementation of the slither.io client, amended for an SCC210 group project.
- Java 8-11 (11+ works but is unsupported)
- Gradle 7 or later
On some systems, the dark theme causes display issues. Please run the program with the arguments 'no-dark' if this occurs.
- Open the Gradle project
- Enable "Use auto-import"
- Select "Use local gradle distribution"
Build the jar with gradle clean shadowJar
and run that jar, or use gradle run
.
This project is released under the GNU/GPLv3 License. See LICENSE for details.