Metadata-Version: 2.4
Name: GameBox
Version: 0.0.2
Summary: GameBox is a beginner-friendly Python package built on top of pygame, designed to make 2D game development faster and easier. It provides ready-to-use modules, utilities, and abstractions that let new developers create polished games without needing advanced coding knowledge—while still offering the flexibility for experienced coders to customize and extend.
Author-email: Sam Fertig <sfertig007@gmail.com>
License-Expression: MIT
License-File: LICENSE
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.9
Description-Content-Type: text/markdown

# GameBox 🎮  
*A beginner-friendly game framework built on top of pygame.*

## Overview  
GameBox is a Python package designed to make **2D game design simple, fast, and fun**.  
It extends **pygame** with pre-built modules, utilities, and helpers that allow beginners to build advanced-looking games without needing to write tons of boilerplate code.  

Whether you’re just starting out or you’re an experienced developer who wants to prototype quickly, GameBox has you covered.  

---

## Features ✨
- Built on top of **pygame** for reliability and performance  
- Easy-to-use modules for sprites, input handling, collisions, animations, and more  
- Reduces boilerplate: get a game loop running in just a few lines  
- Beginner-friendly design with advanced flexibility  
- Helps you focus on *gameplay* instead of low-level setup  

---

## Installation  
GameBox requires Python 3.8+ and pygame.  
You can install it using pip:  

```bash
pip install GameBox
