Skip to content

Latest commit

 

History

History
34 lines (26 loc) · 701 Bytes

README.md

File metadata and controls

34 lines (26 loc) · 701 Bytes

SnakeGame

Java based snake game.

Prerequisites

Also add java and maven to the env PATH.
To add java to the env path. Linux or Windows

To add maven to evn path. Linux/Windows

To build:

$ cd SnakeGame
$ mvn install

To run

$ cd target
$ java -jar "Snake Game-SnakeGame.jar"

Game Play

Game Start Game Play Game Over