Metadata-Version: 2.4
Name: arcade-ytx
Version: 1.1
Summary: 😎 Bring back retro arcade vibes with this Python game pack! All addictive gameplay built with love (and the rich library).
Author-email: Aryan Kalra <aryan.kalra363@gmail.com>
License: MIT
Project-URL: Homepage, https://github.com/A-ryan-Kalra/arcade-ytx/tree/feat/all-game
Keywords: arcade,games,terminal,rich,python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: markdown-it-py==3.0.0
Requires-Dist: mdurl==0.1.2
Requires-Dist: Pygments==2.19.2
Requires-Dist: rich==14.0.0
Requires-Dist: pyfiglet
Dynamic: license-file

<div align="center">
  
  # arcade-ytx 🚀🎮🛸
  
  ### 😎 Relive the golden days of gaming 👾 with this vibrant python gaming pack! **arcade-ytx**🌈🦄 is a terminal-based collection of addictive mini-games and pure fun for gamers of all ages.
 
 <video src="https://github.com/user-attachments/assets/a3334250-57d1-4f91-ac3c-00d7c5fabb9f"  autoplay muted loop /> 
 
</div>

<br/>

<br/>

# Contents

- [🕹️ Games included:](#%EF%B8%8F-games-included)
  - [Guess Number 🤔 & Rock Paper Scissors 🪨📃✂️](#guess-number--rock-paper-scissors-%EF%B8%8F)
  - [Tic Tac Toe](#tic-tac-toe)
  - [Create Bank Account 🏦💰](#create-bank-account-)
- [💎 Features](#-features)
- [🚀 Installation](#-installation)
- [🚮 Uninstalling](#-uninstalling)

<br/>

## 🕹️ Games included

- ### Guess Number🤔 & Rock Paper Scissors 🪨📃✂️

  - Can you read the machine's mind? Try to guess the right number in as few tries as possible.

- ### Tic Tac Toe

  - Classic 2-player game. Challenge your friend or battle the computer, all in terminal!

- ### Create Bank Account 🏦💰
  - Simulate creating and managing a bank account.
  - Add account details like name, type (Savings/Current) and balance.
  - Transfer money and simulate interest on deposits with realistic prompts.
  - Uses **stream** to store account data persistently.
  - Replays stored data (accounts) if a user returns to create more accounts!

<br/>

## 💎 Features

- 🖥️ Retro-themed colorful UI built using the `rich` library.
- 💾 Bank account game information is stored using streams (JSON files behind the scenes) in user-details.json.
- 🧠 Smart prompts and validations for a smooth game experience.
- 🧑‍🤝‍🧑 2-player support for games like Tic Tac Toe.
- 📦 Easy to install and play right from your terminal.

<br/>

## 🚀 Installation

Make sure you have Python 3.7+ installed.

```bash
pip install arcade-ytx
# If you see an error saying 'pip not found', just replace 'pip' with 'pip3'.

arcade-ytx
# run this command to begin the game.
```

<br/>

## 🚮 Uninstalling

Open your terminal and type:

```bash
pip uninstall arcade-ytx
```

and also remove the `user-details.json` file stored in the root directory.
<br/>

<details>
  <summary>You know what's absolutely free?</summary>

- Leaving a ⭐ star
- 🍴Forking the repository
- No hidden fees, no subscriptions — just pure open-source love🥰!

</details>

<br/>

<div align="center">
Pleasure contributing 🕶️ <br>
Aryan Kalra

</div>
