Gegy / Slyther

Java implementation of the slither.io client and server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Slyther

W.I.P Java implementation of the slither.io client and server.

Prerequisites

Building

Slyther builds with Gradle, to build the standalone executable jar run the following in the root directory:

gradle build

Opening in your IDE

IntelliJ IDEA

In order to open the Slyther project in IDEA, run the following task from the root:

gradle idea

This generates the appropriate metadata so that the project can be opened from IDEA.

Eclipse

  1. Run gradle eclipse from the root directory
  2. Import all projects using the "Import Existing Projects into Workspace" wizard

About

Java implementation of the slither.io client and server

License:MIT License


Languages

Language:Java 100.0%