Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 1.29 KB

README.md

File metadata and controls

38 lines (24 loc) · 1.29 KB

🏫 School Project: 🏆 Treasure Hunt Duel

📊 Overview

Treasure Hunt Duel is a two-player game where players search for treasure hidden in a grid. Each player selects a grid cell simultaneously, and the game determines the payoff based on their choices and proximity to the treasure.

Python Version Status


🌟 Key Features

  • Two-player gameplay
  • Different game modes: Classic (3x3 grid) and Advanced (5x5 grid)
  • Visual representation of player choices and treasure location
  • Dynamic payoff calculation based on proximity to the treasure

🧩 Components

  1. Game Logic (TreasureHuntGameLogic)
  2. User Interface (Tkinter-based)
  3. Game Modes (Classic and Advanced)

🛠️ Prerequisites

  • Python
  • Tkinter

🤝 Contributing

Your support and contributions are greatly appreciated! Feel free to:

  • Suggest features
  • Report issues
  • Contribute to the code

Every bit of help counts in making this game better. Thank you!