-
Notifications
You must be signed in to change notification settings - Fork 21
Open
Labels
Description
Add a new mini text-based adventure game called Treasure Hunt under the /python folder.
In this game, the player makes choices at key decision points to find the hidden treasure. Each decision leads to a different outcome — success, failure, or a surprise twist!
💡 Requirements:
Use simple text-based branching logic (if-elif-else statements).
Present at least two or more decision points.
Each path should lead to a different ending.
Use input() for player choices (e.g., “left” / “right”).
No external libraries required.
🧰 Tech Used:
Python 3
Core concepts: conditionals, input handling, story flow
Treasure Hunt 🗺️
A mini text-based adventure game where your choices decide your fate!
Labels: good first issue, hacktoberfest, python, game, beginner-friendly