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
- Host: GitHub
- URL: https://github.com/rohitsanj/snake8051
- Owner: rohitsanj
- Created: 2019-10-07T14:21:37.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-10-11T06:27:57.000Z (over 5 years ago)
- Last Synced: 2025-09-07T12:41:06.374Z (9 months ago)
- Topics: 8081, asm, assembly-8086, assembly-language-programming, microcontroller, snake-game
- Language: Assembly
- Homepage: https://rohitsanjay.com/Snake8051/
- Size: 62.5 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Microcontroller Lab Mini Project - Snake Game 8051
## Demo
[](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

## Algorithm

## 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