Mini Python command line game. The player has to find the way out of a castle by passing through several rooms.
The difficulty evolves according to the player's progress in the maze. The equipment is then more powerful and the monsters are more powerful too.
In each room four events can occur:
- Finding a piece of equipment
- Finding a healing potion
- Facing a monster
- Nothing
Discover the basics of Python and familiarize myself with