Metadata-Version: 2.4
Name: zim-game
Version: 1.0.0
Summary: A simple Rock, Paper, Scissors game made with Python
Author: zimam_114
License: MIT
Keywords: game,rock-paper-scissors,rock,paper,scissors
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Games/Entertainment
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# zim-game

A simple Rock, Paper, Scissors game written in Python.

## Author

Made by **zimam_114**.

## Installation

Install the package using pip:

```bash
pip install zim-game
