Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 605 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 605 Bytes

MazeGameAssembly

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.

Contents

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.

TODO:

write the functionality provided in both the main.c and Project.asm.