Skip to content

kamplianitis/MazeGameAssembly

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.