Our game, Survive in the End, is an arcade style pseudo 3D game. The game is based on a zombie apocalypse horror story where the survivors include good survivors, bad survivors. and the main player.
The solver reads a maze from a text file and explores it using either a stack (DFS) or queue (BFS), depending on user input. At each step, it: ...