Metadata-Version: 2.4
Name: basicgame
Version: 0.0.1
Summary: A simple guessing game in Python
Author: kriti
Author-email: kritibisht42@gmail.com
License: MIT
Keywords: game
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Education
Classifier: Operating System :: Microsoft :: Windows :: Windows 10
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.6
Description-Content-Type: text/plain
License-File: LICENCE.txt
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: keywords
Dynamic: license
Dynamic: license-file
Dynamic: requires-python
Dynamic: summary

# Guess Game
A simple number guessing game in Python.


Change Log
============

0.0.1(12/08/2025)
-------------------
- First Release
