Snake Game in Java for CMPINF401
.pngs for the GUI
Relocates the Cherry, Lemon, and Apple position. Extends: Cherry.java, Lemon.java, Apple.java
Find the x, y coordinate position on the game board.
Based on the direction the user indicates with the keyboard, the position of the snake changes.
Implements the game logic.
The main method. Run the game using this file.