Metadata-Version: 2.4
Name: game-utils
Version: 1.1.3
Summary: A pygame engine for common game operations like vector math and maintaining events in the game loop
Author-email: Bee Hall <bhall1224@gmail.com>
Project-URL: Homepage, https://github.com/bhall1224/game-utils
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pygame
Requires-Dist: numpy
Dynamic: license-file

# Game Utils

>1.1.3

## `game-utils` is a pygame engine.  The engine includes modules to facilitate boilerplate game operations. 

### Requirements

**Dependences:**
- pygame
- numpy

**Demo Game**

Run: `python -m game_utils.demo` to play the demo bouncy ball game!

Run: `python -m game_utils.demo --copy` to copy the sample project to your directory!
---

## See Also...

<p><b>My ongoing game projects!</b></p>

- [GitLab](https://gitlab.com/bhall)

- [GitHub](https://github.com/bhall1224)
