Snake8051

Microcontroller Lab Mini Project - Snake Game 8051

Demo

YouTube video

Code

GitHub

About Snake Game:

The snake must be maneuvered around the display to catch the eggs. The snake can freely move around the display (if it goes from one side, it will come back from the other). The player must take care that the snake does not catch itself, which will lead to termination of the game.

Hardware Description:

Circuit Diagram

Circuit Diagram

Algorithm

Algorithm

References