Matching Maze is a game that challenges a player to navigate along certain routes with the objective to reach the destination square in a board game. Each square has a combination of one number and one alphabet, players will be able to move in horizontal or vertical direction by matching the nearest identical numbers / alphabets.
Click here for example.
Currently only compiles on Windows because of conio.h library.
TODO:
- Make it cross-platform
- Use different sorting algorithm