My final project submission for CSCB58 (Computer Organization) at UTSC for the semester of Summer 2023.
This is a simple platformer written in MIPS assembly containing the following features:
- Pick-up effects
- Double Jump
- Moving objects/pickups
- Win Condition (reach top of screen)
- Fail Condition (fall to the bottom)
- Moving Platforms
The game can be run on the MARS MIPS simulator.
Permission was given to students to release this code on GitHub.