CodingFactoryT / Snake

A simple Snake game

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Snake

Eat apples to increase your score

Controls:

UP UP ARROW
DOWN DOWN ARROW
LEFT LEFT ARROW
RIGHT RIGHT ARROW

PAUSE, RESUME SPACE BAR

RETRY -- Press the "Retry" button or press ENTER

Installation guide

Download and extract the .zip file
or do

git clone https://github.com/CodingFactoryT/Snake.git

if you have git installed

For Windows:

  • go into the src folder
  • SHIFT + RIGHT CLICK
  • click "Open PowerShell here"
  • type:
javac Main.java
java Main

For executable:
Download and execute the "Snake.exe" file from the releases section of this repository

About

A simple Snake game


Languages

Language:Java 100.0%