Creating a Snake Game using OOP in Java. This project intends to be quick and dynamic, with the only purpose to demonstrate my acknowledges in Java and OOP.
The graphic management was made using the source from https://learncodebygaming.com/blog/how-to-make-a-video-game-in-java-2d-basics
For this version, open the terminal in the ./project directory and type these two commands:
javac Main.java
java Main