Snake +

Published 2023-06-12


A remake of snake with a few customisation features that I made over a week to try and get back into programming!

Controls:
Use the arrow keys to move the snake and to navigate the menu

Options:
You can change between 4 different backgrounds:
Blank - is just a black background
Space - adds stars flying past
Clouds - adds some pretty clouds so you can enjoy the view whilst playing snake!
Grid - adds a grid to the background for extra precision when moving your snake

Some of the code is quite horrible to look at especially the method used to draw the snake and the transition animation between game states.

Hope you enjoy!