Skip to content

Program to find your way out of the maze using Stacks

Notifications You must be signed in to change notification settings

alicia-athub/Mazerunner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Mazerunner

Program to find your way out of the maze using Stacks

Goal: to find your way out of the maze with only 200 moves to make( same number of lives), before you die. Your options are to move 'north', 'south', 'east', or 'west'. Each maze is a 20x20 grid, with 'X's representing the walls and ' ' representing a clear path. Every time a new maze is created, you are placed randomly in the maze, with only one exit to find.

About

Program to find your way out of the maze using Stacks

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages