An open API service indexing awesome lists of open source software.

https://github.com/rohitsanj/snake8051

Snake Game on 8051
https://github.com/rohitsanj/snake8051

8081 asm assembly-8086 assembly-language-programming microcontroller snake-game

Last synced: 3 months ago
JSON representation

Snake Game on 8051

Awesome Lists containing this project

README

          

# Microcontroller Lab Mini Project - Snake Game 8051

## Demo
[![YouTube video](https://imgur.com/Lb5giii.png)](https://www.youtube.com/watch?v=a61vDo7EoFM)

## Code

[GitHub](https://github.com/rohitsanj/Snake8051)

## 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:
- AT89S52 microcontroller.
- 8x8 LED matrix (built in-house using 64 red LEDs)
- 16x2 LCD Display

## Circuit Diagram
![Circuit Diagram](https://imgur.com/1C4oWH8.png)

## Algorithm
![Algorithm](https://imgur.com/dM1YVjf.png)

## References

- Sandeep Sasi - https://www.8051projects.net/download-d222-c51-snakes-nokia-inspired-game-built-on-8051.html
- https://components101.com/sites/default/files/inline-images/LED-Matrix-Internal-Structure.png