Metadata-Version: 2.4
Name: cgame
Version: 1.3
Summary: A lightweight C++/pybind11 game framework for Python (Windows only)
Home-page: https://github.com/mhassnaink/cgame
Author: M.Hassnain.K
Author-email: muhammadhassnainkhichi@gmail.com
License: zlib/libpng
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: C++
Classifier: Operating System :: Microsoft :: Windows
Classifier: License :: OSI Approved :: zlib/libpng License
Classifier: Topic :: Games/Entertainment
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license
Dynamic: license-file
Dynamic: requires-python
Dynamic: summary

# CGame

CGame is a lightweight C++/pybind11 game framework for Python, designed for Windows.

## Features
- Window creation and management
- Drawing primitives (rectangles, circles, polygons, lines)
- Image loading, resizing, and rendering
- Event handling (keyboard, mouse, quit events)
- Console color control

## Installation
```bash
pip install cgame
