My first Java project.
A simple GUI application.
This project is a simple GUI application that uses Java Swing libraries that help create a pop up window where you can control the direction of a moving snake (via arrow keys). The objective of the game is to try to aim for the highest score you can possibly get by eating the red apples on the screen withoout hitting your tail or exiting out of the screens borders.
Project is created with:
- Java
- JDK version: 17
- Java Swing
- IntelliJ IDEA