diff options
author | alepulver <alepulver@FreeBSD.org> | 2006-11-01 03:23:26 +0800 |
---|---|---|
committer | alepulver <alepulver@FreeBSD.org> | 2006-11-01 03:23:26 +0800 |
commit | 768aab1349d79174974cc3c54d4b4a6c1389a9a3 (patch) | |
tree | 175e9bae6aec9ec74acccd1a727d7a4ab63dc8ef /games/Makefile | |
parent | ddb7d9fce47dddef272833edc508a53ebfba64db (diff) | |
download | freebsd-ports-gnome-768aab1349d79174974cc3c54d4b4a6c1389a9a3.tar.gz freebsd-ports-gnome-768aab1349d79174974cc3c54d4b4a6c1389a9a3.tar.zst freebsd-ports-gnome-768aab1349d79174974cc3c54d4b4a6c1389a9a3.zip |
Slump is a random map generator for FreeDoom that is based on David M. Chess'
SLIGE map generator.
Basically Slump is a fork of SLIGE that is optimized for making FreeDoom maps.
In particular, Slump only places monsters that the FreeDoom artists have drawn
in to maps; this way one can play FreeDoom without feeling that the game is
incomplete.
WWW: http://www.samiam.org/slump.html
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 2e1fbc896ab0..6762e8ef13d5 100644 --- a/games/Makefile +++ b/games/Makefile @@ -641,6 +641,7 @@ SUBDIR += sl SUBDIR += slashem-tty SUBDIR += slige + SUBDIR += slump SUBDIR += slune SUBDIR += smiley SUBDIR += sokoban |