Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 191 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 191 Bytes

Maze Project

This codebase initially contains the maze project files.

To compile:

make build

To run:

./game or make run

To clean and remove the executable file:

make clean