A terminal maze game that has dynamic size constraints. Boards are randomly generated and tested to guarantee a path to the finish line.
Instructions:
- Clone
- Modify the ROW / COL definitions in the Board.h file to your liking
- Run make in terminal inside the directory
- Have fun.