ColeBallard / snake

Classic game of snake built using Java.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Snake

Description

Classic game of snake built using Java.

Classic game of snake with a large grid, a short green snake in a straight line, with a red target above it and a score of 1 at the top right

How to Play

  1. Clone the repository.
git clone https://github.com/ColeBallard/snake
  1. Download the latest Java SE Development Kit.

  2. Set up Java environment variables. More information here.

  3. Compile the Game.java file.

javac Game.java
  1. Run the file.
java Game

Contribution

If you have an idea or want to report a bug, please create an issue.

About

Classic game of snake built using Java.

License:MIT License


Languages

Language:Java 100.0%