Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 698 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 698 Bytes
Python BadgeMarkdown BadgeVS Code Badge




Simple Snake Game

A repository to hold the Java code for a simple snake game.


Using This Code

  • Ensure Java is installed
  • Compile the code: javac Snake.java
  • Run the code: java SnakeGame