back

Snake

Snake is a game where a snake (defined as a queue of coordinates) grows in length by eating randomly generated fruit. The implementation of the snake and fruit uses the Nametable section of VRAM to load the snake and fruit. Game code here.