Metadata-Version: 2.4
Name: saturn2d
Version: 0.1.1
Summary: A lightweight 2D Python game engine using Pygame.
Author-email: Ayaan <AyaanAviation0@gmail.com>
License: MIT
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pygame>=2.5.0
Requires-Dist: requests>=2.31.0
Dynamic: license-file

# 🪐 Saturn2D

Saturn2D is a lightweight 2D game engine built on top of Pygame.

It provides a clean, modular architecture for building 2D games with:

- 🎮 Scene system
- 🧍 Entity system
- 🧠 Collision detection
- 📷 Camera support
- 🖼 Texture loading (local files + web URLs)
- 🧩 UI system (Buttons, Labels)
- 🎬 Scene transitions (fade in/out)
- ⏱ Delta time support

---

## 📦 Installation

Install from PyPI:

```bash
pip install saturn2d
