https://github.com/ibrahimfazili/flappybird
The game that we all know and love
https://github.com/ibrahimfazili/flappybird
Last synced: 4 months ago
JSON representation
The game that we all know and love
- Host: GitHub
- URL: https://github.com/ibrahimfazili/flappybird
- Owner: IbrahimFazili
- Created: 2020-03-21T17:16:04.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-06-13T05:25:27.000Z (about 5 years ago)
- Last Synced: 2024-12-27T12:27:21.570Z (6 months ago)
- Language: Assembly
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# FlappyBird
Recreated the game Flappy Bird by ourselves completely from scratch in Assembly## Running the game
-To run the game, you will need to download the MIPS Assembly software from [here](http://courses.missouristate.edu/kenvollmar/mars/download.htm)-If you do not have Java, you can also download it from the link.
-Load the file in MIPS
-Under tools click 'Bitmap Display'
-Set the unit width and height to 8
-Set display with and height to 256
-Set base address for display to $gp option
-Click 'Connect to MIPS'
-Under tools again click 'Keyboard and Display MMIO Simulator'
## Playing the game
To play the game, press the cursor on the virtual keyboard and rapidly tap the key 'F' to adjust your bird. The more you click, higher you go
If you don't press, it falls. Enjoy!### Authors
- [Ibrahim Fazili](https://github.com/IbrahimFazili)
- [Lakshya Gupta](https://github.com/Lakshya2610)