Metadata-Version: 2.4
Name: cogworks
Version: 0.1.3
Summary: 2D Python game engine built on pygame and pymunk
Home-page: https://github.com/Dempsey845/cog-works-engine
Author: Dempsey Newton
Author-email: Dempsey Newton <dempseynewton1@gmail.com>
License: MIT
Requires-Python: >=3.12
Description-Content-Type: text/markdown
Requires-Dist: pygame>=2.6.1
Requires-Dist: pymunk>=7.1.0

# Cogworks Engine

**Cogworks** is a lightweight 2D Python game engine built on top of **Pygame** and **Pymunk**. It provides a component-based architecture, scene management, and physics integration for building 2D games efficiently.

---

## Features

- Component-based GameObjects
- Rigidbody2D physics with **Pymunk**
- Scene management system
- Input management abstraction
- Extensible and modular architecture

---

## Installation

You can install **Cogworks** via pip:

```bash
pip install cogworks
