An interactive terminal game in which the player ('*') must navigate through a field to find their hat (^) while avoiding holes (O) an staying within the the boundary of the field.
In this version of the game:
- the user begins in a random position
- the player can choose between 'easy' and 'hard' modes
- in hard mode, an additional hole appears in a random position after each move
This project is part of the Full-Stack Engineer Career Path on CodeCademy.com