Metadata-Version: 2.1
Name: FangEngine
Version: 0.0.1
Summary: This engine allows you to easily create object oriented, event-driven games in Python! You can customize as much or as little of the engine as you need to build your next great game!
Home-page: https://github.com/CPSuperstore/FangEngine
Author: CPSuperstore
Author-email: cpsuperstoreinc@gmail.com
License: UNKNOWN
Project-URL: Bug Tracker, https://github.com/CPSuperstore/FangEngineDocs/issues
Project-URL: Documentation, https://github.com/CPSuperstore/FangEngineDocs/wiki
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: GNU Lesser General Public License v2 or later (LGPLv2+)
Classifier: Natural Language :: English
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: MacOS
Classifier: Operating System :: POSIX
Classifier: Operating System :: Unix
Classifier: Topic :: Desktop Environment
Classifier: Topic :: Games/Entertainment
Classifier: Topic :: Multimedia :: Graphics
Classifier: Topic :: Multimedia :: Sound/Audio
Classifier: Topic :: Software Development
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# Welcome to the FangEngine!

This engine allows you to easily create object oriented, event-driven games in Python! You can customize as much or as little of the engine as you need to build your next great game!

To get started, simply run the following command in your terminal:
```
pip install FangEngine
```

Now that everything is installed, you can check out the [FangEngine Documentation](https://github.com/CPSuperstore/FangEngineDocs/blob/master/README.md) or the [Issue Tracker](https://github.com/CPSuperstore/FangEngine/issues)

Thank you for using FangEngine, and good luck with your next project!

## Examples
You can view examples of games built in the engine over on [Itch.IO](https://cpsuperstore.itch.io/)

## Pricing
When your game starts making money, we ask that you leave us an 8% donation of whatever you make from using our engine. 

This helps to keep the website free, and development going.


