Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 245 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 245 Bytes

Snake-Game

A Snake game

To install:

mvn clean install

This will create a jar file - "Snake-1.0-SNAPSHOT.jar" - in the target folder, run the jar file as you would any jar file

java -jar target/Snake-1.0-SNAPSHOT.jar