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

https://github.com/core23/snake

Java port of Snake
https://github.com/core23/snake

first-project game java snake

Last synced: 8 months ago
JSON representation

Java port of Snake

Awesome Lists containing this project

README

          

Java Snake
==========

## Disclaimer

This is one of my first Java projects I did around 2010, so it's far away from modern coding standards.

I'd like to open source some of my work, because I like these games and it could inspire young java developer trainees.

## About the game

This is a Java port of *Snake*.

## Development

Start the game

```
$ mvn exec:java
```

Build the project and create a runnable JAR

```
$ mvn package
```

## License

This bundle is under the [MIT license](LICENSE.md).