Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

Haunted Museum Text Adventure Game

A beginner Python project demonstrating foundational programming concepts through an interactive text-based adventure game.

About the Project

The Haunted Museum Text Adventure Game allows the player to navigate through different rooms of a haunted museum while collecting items. The goal is to collect all six items before entering the Basement Vault and encountering the Cursed Curator.

Skills Demonstrated

  • Python programming
  • Dictionaries
  • Functions
  • Conditional statements
  • Loops
  • User input
  • Inventory management
  • Program logic and debugging

How to Play

Move between rooms using commands such as:

  • go North
  • go South
  • go East
  • go West

Collect items using:

get [item name]

The player must collect all six items before entering the Basement Vault to defeat the Cursed Curator.

Project File

haunted_museum_game.py — Main Python source code for the game.

About

Beginner Python project demonstrating foundational programming concepts through a text-based adventure game.

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Contributors

Languages