Metadata-Version: 2.1
Name: zeytea
Version: 0.1.0
Summary: A simple number guessing game
Home-page: UNKNOWN
Author: Lilzey
Author-email: lilzey0101@gmail.com
License: UNKNOWN
Project-URL: Source, https://github.com/hw010101/zeytea
Description: # Zeytea
        
        Zeytea is a simple number guessing game that provides an enjoyable and interactive user experience. This project focuses on the following objectives:
        
        - [ ] Creating an engaging game environment
        - [ ] Enhancing the user interface for a seamless experience
        - [ ] Implementing an intuitive scoring system
        
        ## Installation
        
        To install Zeytea on your local machine, follow these steps:
        
        1. Clone the repository:
        
            ```bash
            git clone https://github.com/hw010101/zeytea.git
            ```
        
        2. Navigate to the project directory:
        
            ```bash
            cd zeytea
            ```
        
        3. Install the required dependencies:
        
            ```bash
            pip install -r requirements.txt
            ```
        
        ## Usage
        
        Run the game with the following command:
        
        ```bash
        python3 main.py
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.8
Description-Content-Type: text/markdown
