Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 805 Bytes

README.md

File metadata and controls

28 lines (20 loc) · 805 Bytes

MySlither

A Java implementation of the slither.io client.

Features / Screenshots

Screenshot01

Future Features

  • correct snake-length
  • correct snake-thickness
  • respect lag_mult
  • slithering
  • bot-layer

Prerequisites

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.