The famous Snake game coded with Java.
These instructions will get you a copy of the project up and running on your local machine. Enjoy.
You need to install the softwares like:
Java 8 or higher.
Apache Maven.
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
- Lyes Kherbiche - Work - Code
This project is licensed under the Apache License 2.0 - see the LICENSE file for details.