Metadata-Version: 2.1
Name: SimpleEngine
Version: 0.5
Summary: A simple game engine
Home-page: 
Author: Gust Schadron
Author-email: gustscd@gmail.com
License: MIT
Keywords: game
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Education
Classifier: Operating System :: Microsoft :: Windows :: Windows 10
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Description-Content-Type: SimpleEngine is a simple game engine build on pygame, it can be used to create a window, draw simple shapes and draw sprites


Change Log
==========

0.1 (10/4/2023)
----------------
- First release
----------------
0.2 (11/4/2023)
----------------
- added move() function to objects
- added collisionCheck() function
- added GetKeysPressed() function
----------------
0.3 (11/4/2023)
----------------
- added drawHitbox() function to objects
----------------
0.4 (11/4/2023)
----------------
- added text 
----------------
0.5 (11/4/2023)
----------------
- added text 
License-File: LICENCE.txt
