https://github.com/rozhanmk/microprocessor_project
https://github.com/rozhanmk/microprocessor_project
8086-microprocessor
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/rozhanmk/microprocessor_project
- Owner: RozhanMk
- Created: 2024-01-29T23:54:13.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-03-28T13:47:16.000Z (about 2 years ago)
- Last Synced: 2025-01-22T08:42:50.622Z (over 1 year ago)
- Topics: 8086-microprocessor
- Language: Assembly
- Homepage:
- Size: 50.8 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
The Flappy Bird game in 8086 assembly
Microprocessor course
# About the project
In this project, we wrote the classic Flappy Bird game based on 8086 assembly and ran it in DosBox. Also, the acceleration and velocity of the bird are based on the second law of Newton.
Press space key to jump!