A snake game made in Java/Swing.
- Arrow keys stir the snake.
P
pauses/unpauses the game.
- Pause the game.
- Play again dialog on game over.
- If not already installed, install maven.
- Run
mvn clean package
in root directory. - Find executable in directory
target
.
You can also find the executable in Releases.