An open API service indexing awesome lists of open source software.

https://github.com/eriknyquist/text_game_map_maker

GUI-based tool to build maps for games made with text_game_maker
https://github.com/eriknyquist/text_game_map_maker

Last synced: 4 months ago
JSON representation

GUI-based tool to build maps for games made with text_game_maker

Awesome Lists containing this project

README

        

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.