Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 427 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 427 Bytes

2D Snake Game

Introduction

This is a simple 2D snake Game

gif

Installation

  1. Via command prompt locate bin directory
  2. Type java Main
  3. Have fun and enjoy

Possible future updates

  1. Add a slider to control snake speed (before starting the game) on the start screen.
  2. Add algorithm to increase score per food item as speed is increased.