https://github.com/kherbiche/snakegame
The famous snake game
https://github.com/kherbiche/snakegame
snake-game swing
Last synced: about 1 year ago
JSON representation
The famous snake game
- Host: GitHub
- URL: https://github.com/kherbiche/snakegame
- Owner: kherbiche
- License: apache-2.0
- Created: 2018-12-31T01:16:52.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-08-08T20:20:00.000Z (almost 6 years ago)
- Last Synced: 2025-02-16T19:18:30.613Z (over 1 year ago)
- Topics: snake-game, swing
- Language: Java
- Size: 457 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://travis-ci.com/kherbiche/snakegame)
[](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.