Metadata-Version: 2.1
Name: edugine
Version: 0.1.dev3
Summary: UNKNOWN
Home-page: https://github.com/hl037/edugine
Author: Léo Flaventin Hauchecorne
Author-email: hl037.prog@gmail.com
License: GPLv3
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Education
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Games/Entertainment
Classifier: Topic :: Games/Entertainment :: Arcade
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
Description-Content-Type: text/markdown
License-File: LICENSE

# edugine

Small game engine for educationnal purpose.

This first pre-release only includes a tileed 2D grid game mode, and no official has been written yet.

It's main feature is to be able to run in an interactive python session (by calling `Controller.runInThread()`. It is implemented in an examplar MVC style




