Contributors: David Whisler, Sai Nimmagadda
We have implemented a version of the classic game Flappy Bird. A more detailed description can be found in description.pdf.
- description.pdf
- flappy_asm_v3.txt: MIPS assembly instructions
- make_mifs.py: python script used to make .mif files for development
- reg_mappings.txt: register mappings and descriptions
- skeleton: Verilog game files + processor. Implemented with stuctural and behavioral verilog.