This is a maze game that is executed via terminal, written in both C and Assembly MIPS. The project was implemented for a course in Technical University of Crete.
The project has the following contents:
main.c: The file contains the maze game written in C.Project.asm: The file contains the same game in Assembly MIPS.αναφορα.pdf: The file contains the report needed for the course. It's important to note that the report is written in Greek.
write the functionality provided in both the main.c and Project.asm.