Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 385 Bytes

ReadMe.md

File metadata and controls

13 lines (9 loc) · 385 Bytes

Snake Game (Java)

This is a simple snake game made in java, where a player can move their snake, eat food, and view score within the GUI.

How to run the game

  1. Clone the repository
  2. javac Game.java
    java Game

This game is open for modifications and improvements. Feel free to contribute to this repository by forking it and creating a pull request.