Metadata-Version: 2.3
Name: onefinity
Version: 0.7
Summary: A simple python based number and word guessing game.
License: MIT
Author: Shvetank Dattatreya
Author-email: hello.shvetank@gmail.com
Requires-Python: >=3.10
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Description-Content-Type: text/markdown

# 🎮 OneFinity

A fun and simple python based number and word guesser, powered by [Poetry](https://python-poetry.org/).

Currently includes:
- 🔢 **Number Guesser** – Try to guess the secret number between 1 and 10. Get hints if your guess is too high or too low!
- 🔢 **Number Guesser (Computer)** - In this version, you set the range and the computer will guess the number.
- ✍️ **Word Guesser** – Guess the hidden word with hints.

---

## 🚀 Features
- Number and word guesser game in one package
- Clean and simple Python code
- Easy to run with `poetry`
- Extendable for more games in the future

---

## 🛠️ Installation

Clone the repository:
```bash
git clone https://github.com/padm3-sh/onefinity.git
cd onefinity
```

Install dependencies with [Poetry](https://python-poetry.org/):
```bash
poetry install
```

---

## ▶️ How to Play

Run the game launcher:
```bash
poetry run onefinity
```

Choose which game you’d like to play:
- **1 → Number Guesser**
- **2 → Number Guesser (Computer)**
- **3 → Word Guesser**

---

# Version 0.7
- Added hint option for word guesser
- Made slight code improvements

## 📄 License
This project is open-source and available under the **MIT License**.

