/maze

automated maze game with randomly generated blocks

Primary LanguageC

maze

Automated maze game with randomly generated blocks. This is maze game done using simple array. The program solves the generated maze using backtracking. The maze is displayed using C Graphics.