Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/kherbiche/snakegame
- Owner: kherbiche
- License: apache-2.0
- Created: 2018-12-31T01:16:52.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-08-08T20:20:00.000Z (over 4 years ago)
- Last Synced: 2024-11-06T10:30:50.052Z (3 months 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
[![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.