Skip to content

An interactive text-based adventure game where players navigate through interconnected rooms, collect critical items, and face a win/lose condition in the final room.

Notifications You must be signed in to change notification settings

TaiEagle/Text-based-game-Python-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Text-based-game-Python-

This is an interactive text-based adventure game where players navigate through interconnected rooms, collect critical items, and face a win/lose condition in the final room. This was my first programming project in school.

Text-Based Adventure Game

This is a Python-based text adventure game where the player explores different office rooms, collects important items, and attempts to reach the basement.

How to Play

Start in the Main Office and move through connected rooms using directions (North, South, East, West).

Collect items from each room to build your inventory.

Once you have gathered all six items, enter the Basement to win.

If you enter the Basement without all the items, you lose.

Features

Room navigation system implemented with Python dictionaries.

Inventory management that prevents duplicate items.

Win/loss conditions based on collected items.

Simple, text-based interface.

Getting Started

Clone the repository.

Run the script in a Python environment (python game.py).

Follow the prompts to explore rooms and collect items.

About

An interactive text-based adventure game where players navigate through interconnected rooms, collect critical items, and face a win/lose condition in the final room.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages