Metadata-Version: 1.1
Name: PyEngine-2D
Version: 0.2.0.dev0
Summary: A lib to create 2D games
Home-page: http://github.com/LavaPower/PyEngine
Author: LavaPower
Author-email: lavapower84@gmail.com
License: UNKNOWN
Description: # PyEngine
        
        A lib to build 2D Games.
        
        ## Dependances
        
        - Python 3.5+
        - PyGame
        
        ## Other informations
        
        - Main Developer : LavaPower
        - Contributors : X
        - Develop on :
          - System :
            - Windows 10 (V 0.1.0-DEV --> Latest)
          - Version of Python :
            - 3.7.1 (V 0.1.0-DEV --> Latest)
          - Librairy :
            - PyQt5 (V 0.1.0-DEV --> Latest)
        
        ## Known bugs of the developing version
        
        - X
        
        ## Changelog
        
        ### V 0.2.0-DEV : Little Update - 25/04/19
        
            - Components/PhysicsComponent : Collision Callback return object
            - Systems/EntitySystem : Remove condition to add entity
            - Window : Add a function to end game
            - Setup.py : Add dependances (PyGame)
        
        ### V 0.1.0-DEV : Initial Update - 19/04/19
        
            - First Version
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: Software Development :: Libraries :: pygame
Classifier: Intended Audience :: Developers
