Metadata-Version: 2.1
Name: alexeygameframework
Version: 0.0.13
Summary: A simple game framework designed with pygame
Home-page: 
Author: Alexey Kazinich
Author-email: 
License: MIT
Keywords: game
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Education
Classifier: Operating System :: Microsoft :: Windows :: Windows 10
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
License-File: LICENCE.txt
Requires-Dist: pygame

A library that allows to create games easier with built in tile system, screen handler, animation and asset importing and handling, and a basic window.

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

0.0.1 (2023-09-16)
--------------------
- First Release

0.0.11 (2023-09-16)
--------------------
- Added init python files

0.0.12 (2023-09-17)
--------------------
- Fixed package issues

0.0.13 (2023-09-17)
--------------------
- Added imports to init file to make it easier to use the package
