NS-Shaft Game
Period: 05/2022
Project Name: NS-Shaft Game
MIPS MARS
What's the Project For?
- Course Project of the "Computer Organization" course for the degree BSc in Computer Science.
- Construct the NS-Shaft game using the MIPS assembly language taught in class for practising using procedure calls

Most Challenging Part of the Project?
The most challenging part of the project is understand the whole flow of the skeleton code given by the course instructor. Since assembly language is less readable compare with high-level programming language, spending time to understand and create a program flow chart is quite time-consuming. However, by being patient and read the code step by step, it was still manageable.