diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2012-01-28 06:27:07 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2012-01-28 06:27:07 +0800 |
commit | 7555c294c08eabbb3953661a2c01f2e34298b758 (patch) | |
tree | 7a69352091707187a5140a4e641ad73c0e7ee69f /games/Makefile | |
parent | 5fb58c29a4b3e2ecc3b94d2e8118d3999b25c155 (diff) | |
download | freebsd-ports-gnome-7555c294c08eabbb3953661a2c01f2e34298b758.tar.gz freebsd-ports-gnome-7555c294c08eabbb3953661a2c01f2e34298b758.tar.zst freebsd-ports-gnome-7555c294c08eabbb3953661a2c01f2e34298b758.zip |
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.
Rather than building a very abstract, robust game engine, the goal
of this project is to build several real games and harvest an engine
from the common, reusable code. The first game, in progress, is a
fantasy dungeon crawl.
WWW: http://clintbellanger.net/rpg/
WWW: https://github.com/clintbellanger/flare
Diffstat (limited to 'games/Makefile')
-rw-r--r-- | games/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/games/Makefile b/games/Makefile index 05a93c05cd0e..1cb4fbb31299 100644 --- a/games/Makefile +++ b/games/Makefile @@ -231,6 +231,7 @@ SUBDIR += filters SUBDIR += fishsupper SUBDIR += fkiss + SUBDIR += flare SUBDIR += flightgear SUBDIR += flightgear-aircrafts SUBDIR += flightgear-atlas |