Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 818 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 818 Bytes

MySlither

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

Features / Screenshots

Screenshot01

Prerequisites

  • Java 8-11 (11+ works but is unsupported)
  • Gradle 7 or later

Compatibility notes

On some systems, the dark theme causes display issues. Please run the program with the arguments 'no-dark' if this occurs.

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.