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/flare/pkg-descr | |
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/flare/pkg-descr')
-rw-r--r-- | games/flare/pkg-descr | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/games/flare/pkg-descr b/games/flare/pkg-descr new file mode 100644 index 000000000000..3d15691b5bfd --- /dev/null +++ b/games/flare/pkg-descr @@ -0,0 +1,13 @@ +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 |