Skip to content

Add Treasure Hunt Game in Python #21

Description

@REVANTSINGH01

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions