This is an editor for making 2D SNES era RPG like games. These RPG should be HTML5 and run on most main browsers.
Everything here is really a work in progress and right now I am still working in getting battles done right.
This can be run from the folder you cloned if you satisfy dependencies, if you don't, you can install it and all dependencies with pip3.
git clone https://github.com/ericoporto/fgmk.git
cd fgmk
pip3 install .
You can run this from the directory you cloned by typing ./fgmk
or after install, just open a terminal and type
fgmk
This tool is written using Python 3. Needs pillow
, numpy
and PyQt5
- you can apt install python3-pyqt5
and
similar (in Ubuntu) or use pip3.