All Projects → ericoporto → Fgmk

ericoporto / Fgmk

Licence: other
Retro RPG Game Maker

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Fgmk

Awesomesheet
Online Pathfinder Character Sheet
Stars: ✭ 110 (-86.15%)
Mutual labels:  games, rpg
flare
A Simple Browser Based Game.
Stars: ✭ 85 (-89.29%)
Mutual labels:  rpg, games
Simplexrpgengine
Modular game engine built with MonoGame, with GMS2-like workflow and advanced level editor
Stars: ✭ 122 (-84.63%)
Mutual labels:  games, rpg
Sulis
Turn based tactical RPG with several campaigns, written in Rust
Stars: ✭ 338 (-57.43%)
Mutual labels:  games, rpg
Roguelike-Procedual-Cave-Generator
A procedurally generated, cave-like dungeon/map creator for rogue-like games using the cellular automata method. During its development, I solved a common/limiting problem with this algorithm that might explain why it is not more commonly implemented in such games.
Stars: ✭ 26 (-96.73%)
Mutual labels:  rpg, games
Gameproject3
游戏服务器框架,网络层分别用SocketAPI、Boost Asio、Libuv三种方式实现, 框架内使用共享内存,无锁队列,对象池,内存池来提高服务器性能。还包含一个不断完善的Unity 3D客户端,客户端含大量完整资源,坐骑,宠物,伙伴,装备, 这些均己实现上阵和穿戴, 并可进入副本战斗,多人玩法也己实现, 持续开发中。
Stars: ✭ 655 (-17.51%)
Mutual labels:  games, rpg
Multiqc
Aggregate results from bioinformatics analyses across many samples into a single report.
Stars: ✭ 708 (-10.83%)
Mutual labels:  pypi
Dynamic Wallpaper
A simple bash script to set wallpapers according to current time, using cron job scheduler.
Stars: ✭ 762 (-4.03%)
Mutual labels:  ubuntu
Deep learning and the game of go
Code and other material for the book "Deep Learning and the Game of Go"
Stars: ✭ 677 (-14.74%)
Mutual labels:  games
Plymouth Themes
A hugh collection (80+) of plymouth themes ported from android bootanimations
Stars: ✭ 663 (-16.5%)
Mutual labels:  ubuntu
Pytradfri
IKEA Trådfri/Tradfri API. Control and observe your lights from Python. Examples available. On pypi. Sans-io.
Stars: ✭ 778 (-2.02%)
Mutual labels:  pypi
Pixelvision8
Pixel Vision 8's core philosophy is to teach retro game development with streamlined workflows. PV8 is also a platform that standardizes 8-bit fantasy console limitations built on top of the open-source C# game engine based on MonoGame.
Stars: ✭ 773 (-2.64%)
Mutual labels:  games
Atomic Toolkit
AtoMiC Toolkit simplifies HTPC / Home Server setup and management on Ubuntu and Debian variants including Raspbian. It currently supports: Couchpotato, Deluged, Emby, FFmpeg, Headphones, Htpcmanager, Jackett, Kodi, Lazylibrarian, Madsonic, Mono, Mylar, Nzbget, Nzbhydra, NzbToMedia, Ombi, Plex, Plexpy, Pyload, qBittorrent, Radarr, Sabnzbd+, Sickgear, Sickrage, Sonarr, Subsonic, Transmission, Unrar, Watcher, and Webmin.
Stars: ✭ 747 (-5.92%)
Mutual labels:  ubuntu
Tunic
Install Linux from a running Windows system, without need for a live USB.
Stars: ✭ 714 (-10.08%)
Mutual labels:  ubuntu
Displaylink Debian
DisplayLink driver installer for Debian and Ubuntu based Linux distributions.
Stars: ✭ 768 (-3.27%)
Mutual labels:  ubuntu
Hardening
Hardening Ubuntu. Systemd edition.
Stars: ✭ 705 (-11.21%)
Mutual labels:  ubuntu
Tf Coriander
OpenCL 1.2 implementation for Tensorflow
Stars: ✭ 775 (-2.39%)
Mutual labels:  ubuntu
Coriander
Build NVIDIA® CUDA™ code for OpenCL™ 1.2 devices
Stars: ✭ 665 (-16.25%)
Mutual labels:  ubuntu
Openvpn Install
Set up your own OpenVPN server on Debian, Ubuntu, Fedora, CentOS or Arch Linux.
Stars: ✭ 7,142 (+799.5%)
Mutual labels:  ubuntu
Actionrpggame
Unreal Engine 4 Action RPG type game starter kit.
Stars: ✭ 773 (-2.64%)
Mutual labels:  rpg

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].