flare
game engine for single-player 2D action role-playing games
Install
- All systems
-
curl cmd.cat/flare.sh
- Debian
-
apt-get install flare-engine
- Ubuntu
-
apt-get install flare-engine
- Kali Linux
-
apt-get install flare-engine
- Fedora
-
dnf install flare-engine
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install flare-engine
- Raspbian
-
apt-get install flare-engine
- Dockerfile
- dockerfile.run/flare
flare-engine
game engine for single-player 2D action role-playing games
Flare (Free Libre Action Roleplaying Engine) is a simple game engine built to handle a very specific kind of game: single-player 2D action RPGs. Flare is not a reimplementation of an existing game or engine. It is a tribute to and exploration of the action RPG genre. Flare uses simple file formats (INI style config files) for most of the game data, allowing anyone to easily modify game contents. Open formats are preferred (png, ogg). The game code is C++. This package contains the game engine and you will need a game package (such as flare or polymorph) to play.