A Java implementation of the slither.io client, amended for an SCC210 group project.
- Java 8-11
- Gradle 7 or later
- 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.