• Stars
    star
    846
  • Rank 53,452 (Top 2 %)
  • Language
    Python
  • License
    GNU General Publi...
  • Created over 8 years ago
  • Updated over 6 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Retro RPG Game Maker

Icon fgmk

Join the chat at https://gitter.im/fgmk/Lobby PyPI Github All Releases PyPI PyPI

Screenshot

This is an editor for making 2D RPG games. Games are composed of plain text files, images and a index.html file containing the engine.

These plain text files are easy to read by software and humans.

Click here to try a demo game (4MB size).

Recommended Install and Run

This software is available under PyPI as fgmk. For installing pip3 in Ubuntu, use sudo apt install python3-pip.

pip3 install fgmk

After install, just open a terminal and type:

fgmk

Windows install and run

Installation on Windows with pip

In Windows, install Python 3 from www.python.org, and then open cmd.exe and type (press enter after):

python -m pip install fgmk

To run, you can type the following in cmd.exe or the run... prompt

python -m fgmk

Alternative Installation and Running methods

From Source Installation

Clone this repository, meet the dependencies and install this with pip3.

git clone https://github.com/ericoporto/fgmk.git
cd fgmk
pip3 install .

Running from source

Clone this repository, meet the dependencies and type python3 -m fgmk

git clone https://github.com/ericoporto/fgmk.git
cd fgmk
python3 -m fgmk

Dependencies

This tool is written using Python 3. Needs pillow, numpy and PyQt5 - you can apt install python3-pyqt5 and similar (in Ubuntu) or use pip.

If you satisfy all dependencies you don't need to install, and can run from source.

Experimental compatibility to python2 (2.7 and on) is added to versions above 0.3.0 .

Documentation

The docs are available in the website: ericoporto.github.io/fgmk/.

You can also browse the docs after opening the interface, by clicking in Help.

This is the Quickstart.

If you wish to edit the docs, they are here as markdown files.

Contributing

Please take a look to the CONTRIBUTING.md file.

Author

Made by Érico Vieira Porto

License

Distributed under GPLv2 license. See LICENSE for more information

Known Issues with PyQt5 in Ubuntu

Application has no keyboard shortcuts

If instead of using pip3 you are installing dependencies using apt install, the menu will be nicely integrated. Unfortunately, keyboard shortcuts won't work.

Details in the bug here

More Repositories

1

fgmkJsEngine

Js JRPG Engine for FGMK
JavaScript
21
star
2

agsfastwfc

AGS Fast Wave Function Collapse Plugin
C++
13
star
3

png-font

draw pixelart text in js canvas, easily!
JavaScript
12
star
4

mdPresent

md presentation from README
11
star
5

npzviewer

npzviewer is a simple app to view .npz files from numpy
Python
10
star
6

agsconfig

agsconfig tries to give similar functionality to the traditional winsetup.exe of Adventure Game Studio, but cross platform
C
9
star
7

agstoolbox

🧰Utility Adventure Game Studio software to help manage, install, and uninstall different AGS Editor versions.
Python
9
star
8

ags-snap

snap for playing games made in Adventure Game Studio on Linux
7
star
9

IFTTTButton

A button to the Internet! Code and HowTo to build a button to trigger an IFTTT/Maker event, using Arduino.
Arduino
7
star
10

agsjs

ags js!
JavaScript
7
star
11

ktg

kgt.js - Keyboard Touch and Gamepad library to ease Javascript Game Input Handling
JavaScript
6
star
12

mode7

Adventure Game Studio mode7 script module
AGS Script
6
star
13

pixel-utf8-fonts

Archival collection of fonts I didn't make, see their individual license
AGS Script
5
star
14

distfx

distortion effects for AGS, based on Earthbound battle effects
AGS Script
4
star
15

DungeonHands

DungeonHands Game Source (made for LudumDare 40)
JavaScript
4
star
16

rellax

Rellax camera tracks with parallax
AGS Script
4
star
17

dont-give-up-the-cat

Tonight, your owner let you out in the woods
AGS Script
4
star
18

agsbox2d

agsbox2d is a Box2D plugin for Adventure Game Studio
C++
3
star
19

rocambolli

A purple dude must find the end and catch coins! Spaghetti code for ludum dare 37.
JavaScript
3
star
20

agsimgui

Dear ImGui plugin for Adventure Game Studio
C++
3
star
21

agsModuleList

A list of AGS modules with search - still a sketch
JavaScript
3
star
22

fangamk

this repository is here for historical reason, please check ericoporto/fgmk .
JavaScript
2
star
23

ImGi

AGS Script Module for Immediate Gui (based on rxi's Microui)
AGS Script
2
star
24

kejo

kejo.js 🧀 is keyboard and joystick unified library for games html5 games that already have touch/mouse handled.
JavaScript
2
star
25

i_rented_a_boat

Short Adventure Game Studio game made for MAGS Journey theme
AGS Script
2
star
26

jsonparser

JSMN, a JSON minimal parser, ported for Adventure Game Studio.
AGS Script
2
star
27

agsappopenurl

AGS Plugin to open a URL in the system browser
Dockerfile
2
star
28

Last-Instagram-Pic-to-Kindle

A simple way to get the last Instagram picture from yourself. I'm using for my Kindle Viewer.
HTML
1
star
29

HowToBuildAPC

How to Build a PC / Como montar um PC - This small guide is still under heavy development.
Shell
1
star
30

pixman

just my mirror for pixman + cmake + ci (https://gitlab.freedesktop.org/pixman/pixman)
C
1
star
31

RGBLedDaemon

A tiny simple daemon for controlling a single RGB Led for Raspberry Pi written in Python.
Python
1
star
32

agsjoy

[reverse engineered edition] Joystick for Adventure Game Studio in Linux. libagsjoy written by qptain_Nemo, for Linux, compatible with Wyz agsjoy.
C++
1
star
33

math3d

A script module for 3D math on Adventure Game Studio
AGS Script
1
star
34

ggj18_codenameLT

Game developed for Global Game Jam 2018 by VACAROXA
1
star
35

learningPixman

C
1
star
36

bgmJs

Background Music Js player for .bgm.json songs
Python
1
star
37

tap

Module for Test Anything Protocol usage with Adventure Game Studio
AGS Script
1
star
38

IFTTTLed

A LED for the Internet! Code and HowTo to build a LED to be triggered with IFTTT/Maker channel, using Arduino.
Arduino
1
star
39

galleys

AGS Script
1
star
40

agspathfinder

Adventure Game Studio Pathfinder exposed as a plug-in
AGS Script
1
star
41

vulkanLearning

personal repository for learning vulkan, non reusable stuff, just following https://vulkan-tutorial.com/
C
1
star
42

agsworks

A game store plugin for AGS, allows integrating with Steam and others.
C++
1
star