Metadata-Version: 2.1
Name: goodgame
Version: 0.0.1
Summary: A simple and nice pysdl2 wrapper.
Home-page: https://github.com/Pyxelsuft/goodgame
Author: Pixelsuft
License: MIT
Project-URL: Readme, https://github.com/Pyxelsuft/goodgame/blob/main/README.MD
Project-URL: Issue tracker, https://github.com/Pyxelsuft/goodgame/issues
Keywords: goodgame
Classifier: License :: OSI Approved :: MIT License
Classifier: Topic :: Games/Entertainment
Classifier: Topic :: Multimedia
Classifier: Topic :: Software Development
Classifier: Operating System :: Android
Classifier: Operating System :: MacOS
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX
Classifier: Operating System :: Unix
Classifier: Operating System :: iOS
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE.md

# GoodGame
A Simple API for making games
# Docs
TODO, but you can see examples and code itself
# Standards
 - time: seconds (float)
 - rect / point: array (int or float)
 - color: array (int or float)
# Examples
[test](main.py)
# TODO
 - See [here](https://github.com/Pyxelsuft/goodgame/search?q=TODO&type=)
