Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kherbiche/snakegame

The famous snake game
https://github.com/kherbiche/snakegame

snake-game swing

Last synced: 28 days ago
JSON representation

The famous snake game

Awesome Lists containing this project

README

        

[![Build Status](https://travis-ci.com/kherbiche/snakegame.svg?branch=master)](https://travis-ci.com/kherbiche/snakegame)
[![License](http://img.shields.io/:license-apache-brightgreen.svg)](http://www.apache.org/licenses/LICENSE-2.0.html)
# 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

* **Lyes Kherbiche** - *Work* - [Code](https://github.com/kherbiche/snakegame)

## Web Site

[Snakegame.io](https://kherbiche.github.io/snakegame/)

## License

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