Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 545 Bytes

File metadata and controls

14 lines (9 loc) · 545 Bytes

Game's objective

Game's objective is to get out of the maze before running out of 'moves' and to collect 'coins' as much as player can. Maze's exit needs 'key' to unlock. The higher level = the bigger maze.

Programming Language

It is written in C, no library required.

Credits

Random generated maze based on Joe Wingbermuehle's Maze Generator (https://github.com/joewing/maze)

Gameplay