Skip to content

Find the hat! Player has lost their hat in a field full of holes, and they must navigate back to it without falling down one of the holes or stepping outside of the field. Source: Codecademy web development challenge project.

Notifications You must be signed in to change notification settings

codestorm177/HatMaze

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HatMaze

Find the hat! Player has lost their hat in a field full of holes, and they must navigate back to it without falling down one of the holes or stepping outside of the field.

Rules: There are three kinds of spaces on the board. ░ represents an empty space, and is an area that you can go to. 0 represents a hole. Going to this area results in Game Over. Your current position is represented by * . Your hat is a ^ icon and you must navigate the maze without going out of bounds or going into the holes. The terminal will show the instructions and is also the interface through which the game is played.

Adapted from Codecademy's Challenge Project list for Web Development.

About

Find the hat! Player has lost their hat in a field full of holes, and they must navigate back to it without falling down one of the holes or stepping outside of the field. Source: Codecademy web development challenge project.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published