This project was created with from a tutorial from Bro Code a youtube channel that teaches programming basics and covers basic tutorials.
v1.1
- Added jar and executable file
The primary objective of this project is to practice concepts in Java programming using the most basic tools and packages available.
- JPanel
- JFrame
- Action Listener
- Random Goal is to use these packages and put into practice the concepts learnt.
A basic snake game that allows a player to to move within the defined frame and eat the apples with each apple the snake grows larger.
- Add sprites into the game
- Have a menu
- Store high scores
- Game loops faster the longer the snake gets or in line with the time spent in game.