Metadata-Version: 2.1
Name: pygame-engine
Version: 0.0.5
Summary: Simple pygame game engine.
Home-page: https://github.com/CarlosMatheus/Engine
Author: Aloysio, Carlos, Igor
Author-email: aloysiogl@gmail.com
License: MIT
Project-URL: Wiki, https://github.com/CarlosMatheus/Engine/wiki
Project-URL: Source, https://github.com/CarlosMatheus/Engine
Description: # Pygin
        
        Pygin is a simple game engine made using [Pygame](https://www.pygame.org/).  
        One of the purposes of this engine is for making to build more complex games using python.  
        This engine includes support for collisions, meshes, materials, game objects and scenes.  
        The elements used are very similar to the ones used in the engine [Unity](https://unity3d.com/ "Unity Official Website").
        
        ## Getting Started
        
        ### Install Python
        
        Install de most recent Python version and the most recent version of pip.
        
        ### Install Pygin
        
        You will just have to install the Pygin packge.
        
        ```
        $ pip install pygin
        ```
        
        ## Notes about documentation and contributing
        
        If any substantial change is made, please, help out with the documentation using the [wiki](https://github.com/CarlosMatheus/Balance/wiki).
        
        ## About
        
        This project aims to create a game engine to make easier the precess of game development using python.
        To understand a little bit more about how the code is structured visit the [wiki](https://github.com/CarlosMatheus/Engine/wiki).
        
        ## Example Games
        
        ![game](https://media.giphy.com/media/xB2Y7NHFE8C2Ip9EHD/giphy.gif)
        ![game](https://media.giphy.com/media/cdyniVu3x1ydtoq99k/giphy.gif)
        
        Check out the game [Balance](https://github.com/CarlosMatheus/Balance), a simple and challenging arcade game made using Pygin.
        
        ## Authors
        
        * **Carlos Matheus Barros da Silva** - [CarlosMatheus](https://github.com/CarlosMatheus)
        * **Aloysio Galvão Lopes** - [aloysiogl](https://github.com/aloysiogl)
        * **Igor Albuquerque Silva** - [igoralbuq](https://github.com/igoralbuq)
        * **Eric Pereira Queiroz Moreira** - [ericpqmor](https://github.com/ericpqmor)
        * **Igor Mourão Ribeiro** - [igor-ribeiiro](https://github.com/igor-ribeiiro)
        
        ## License
        
        This project is licensed under the MIT License - see the [licence](LICENCE.md) file for details.
        
        ## Acknowledgments
        
        * **Professor Edgar Toshiro Yano** - [Curriculum](http://buscatextual.cnpq.br/buscatextual/visualizacv.do?id=K4798593T1&idiomaExibicao=2)
        
        
        
        
Keywords: engine pygame
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Games/Entertainment
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.5
Description-Content-Type: text/markdown
Provides-Extra: test
