Skip to content

emrenos/find-treasure

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Find the Treasure Game

Welcome to the Find the Treasure Game! This is a simple text-based game where you have to guess the location of the treasure hidden in a 3x3 grid.

How to Play

  1. The game will display a 3x3 grid, where each cell is represented by a ⬜️.
  2. The computer will randomly choose a cell to hide the treasure.
  3. You will be prompted to enter your name.
  4. You will then make a guess by entering the cell's coordinate (e.g., A1, C3).
  5. If you guess correctly, you win! If not, you can try again.

Running the Game

Requirements

  • Python 3.x
  • colorama library

You can install the colorama library using pip:

pip install colorama

About

Simple text-based game

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages