Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 487 Bytes

File metadata and controls

19 lines (13 loc) · 487 Bytes

PythonSimpleGame

Description

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

Aim

Discover the basics of Python and familiarize myself with