Metadata-Version: 2.0
Name: mtxPython
Version: 0.1.0.dev9
Summary: A framework to create matrix games
Home-page: http://www.matrixgames.rocks
Author: Matrix Games Community
Author-email: info@matrixgames.rocks
License: GNU General Public License v3 (GPLv3)
Keywords: game,fun,framework
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Games/Entertainment
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Natural Language :: English

mtxPython
=========

This is a framework that provides the ability to quickly and easily create games based on a
two-dimensional matrix like Sokoban, Bomberman or maze puzzles in general. The playing
field consists of rows and columns, and each intersection is defined by a cell. Each cell can
contain objects (walls, items, players, opponents, etc.) that represent the structure of the
game.


