🚴 Stunt Cycle made in MIPS Assembly
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
What things you need to run this game:
- Java Runtime Environment
- MARS
Clone or download zip from GitHub:
git clone https://github.com/felipemfp/stunt-cycle
Open stunt-cycle.asm
on MARS.
Open a Keyboard and Display MMIO Simulator in Tools.
Configure a Bitmap Display after open in Tools:
- Unit width in pixels:
4
- Unit height in pixels:
4
- Display width in pixels:
512
- Display height in pixels:
512
- Base address:
0x1001000
- A and D to navigate
- Space to accelerate
- Esc to quit
- Felipe Pontes - Initial work - felipemfp
See also the list of contributors who participated in this project.
This project is licensed under the MIT License - see the LICENSE file for details.