Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 639 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 639 Bytes

MySlither

A Java implementation of the slither.io client, amended for an SCC210 group project.

Features / Screenshots

Screenshot01

Prerequisites

  • Java 8-11
  • Gradle 7 or later

Import into IntelliJ IDEA / Usage

  • 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.

License

This project is released under the GNU/GPLv3 License. See LICENSE for details.