A game written in vanilla Java where you control an ever-growing snake trying to collect as many sitting apples, running mice and bonuses for points.
- Visit my website for me cool stuff!
-
Clone the repository
git clone git@github.com:jrquick17/java-snake.git
-
Compile project
javac src/*.java -d target/
-
Run project
java -cp target/ OriginalSnake
To contribute, submit any pull request and I will have look.
If you find any issues feel free to open a request in the Issues tab. If I have the time I will try to solve any issues but cannot make any guarantees. Feel free to contribute yourself.
- Run using Java 8
- Second player