Metadata-Version: 2.4
Name: noahs_games
Version: 0.1.0
Summary: A collection of Noah's games build in pygame
Author-email: Noah Jones <jonesnoah45010@gmail.com>
License: MIT
Project-URL: GitHub, https://github.com/jonesnoah45010/games
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: MIT License
Classifier: Intended Audience :: Developers
Classifier: Environment :: Console
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Requires-Dist: opencv-python

## Usage: `noahs_games`

This library provides a loader for prebuilt pygames

### Getting Started

First, install the library:

```bash
pip install noahs_games
```

Then run the sample code below.

```python
from noahs_games import load_game

play_game("zombie_shooter")

```



### Check out Source Code

`https://github.com/jonesnoah45010/games`




