snakegame

Build Status License

Snake game

The famous Snake game coded with Java.

Getting Started

These instructions will get you a copy of the project up and running on your local machine. Enjoy.

Prerequisites

You need to install the softwares like:

 Java 8 or higher.
 Apache Maven.

Running the game

Step by Step

 Download & unzip or clone this project.

With Terminal or cmd, navigate to the root of the project cloned or unziped then build:

 user@usr:/path/to/the/snakegame$ mvn clean package
 user@usr:/path/to/the/snakegame$ cd server
 user@usr:/path/to/the/snakegame/server$ java -jar target/server-0.0.1-RELEASE.jar

Author

Web Site

Snakegame.io

License

This project is licensed under the Apache License 2.0 - see the LICENSE file for details.