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
- Host: GitHub
- URL: https://github.com/eriknyquist/text_game_map_maker
- Owner: eriknyquist
- License: apache-2.0
- Created: 2019-08-03T20:10:13.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-11T06:50:55.000Z (about 5 years ago)
- Last Synced: 2025-01-11T05:28:18.791Z (6 months ago)
- Language: Python
- Homepage:
- Size: 500 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
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.