- DR. Mauro: a Dr Mario clone written as final project for Programming Course CT0304 taken in 2018
** My Code: The game logic in the =drmauro.c= file:
- Implemented the functions to load and generate the game state
- Implemented the game logic as the =step= function
- Implemented the victory check
Run the game: #+BEGIN_EXAMPLE $ make $ ./drmauro #+END_EXAMPLE