Learning JS:
Simple Snake
Here is my first small Java project where I learned about:
- Interacting and customzing the Canvas.
- Iterating over an array to update the snake size.
- Randomizing the red dot position.
- Creating a basic game loop.