Metadata-Version: 2.0
Name: text-game-map-maker
Version: 0.1.3
Summary: Graphical tool for building maps to be used with text_game_maker
Home-page: http://github.com/eriknyquist/text_game_map_maker
Author: Erik Nyquist
Author-email: eknyquist@gmail.com
License: Apache 2.0
Platform: UNKNOWN
Requires-Dist: pyqt5
Requires-Dist: text-game-maker (==0.7.1)

Graphical map builder for text_game_maker
=========================================

This tool allows you to use a graphical interface to build maps for the
``text_game_maker`` python package.

Requirements
------------

* Python 3

Installation
------------

Install with pip:

::

    pip install text_game_map_maker

Starting ``text_game_map_maker``
--------------------------------

Run ``text_game_map_maker`` via the Python interpreter:

::

    python -m text_game_map_maker

Optionally, for windows users, there is a ``run_text_game_map_maker.bat`` script
you can click on to start the application.


