diff options
author | Greg Lewis <glewis@FreeBSD.org> | 2003-08-07 04:26:34 +0000 |
---|---|---|
committer | Greg Lewis <glewis@FreeBSD.org> | 2003-08-07 04:26:34 +0000 |
commit | 3b5afbbdfbc755e6cf5a13531219153e802aac13 (patch) | |
tree | c2dfbd7504151b0f1389030e74f1dc71cca5d03a /games/Makefile | |
parent | misc/gucharmap is now deskutils/gucharmap. (diff) |
. Add a port of moria. For those too young to have played moria:
The game of moria is a single player dungeon simulation. A player
may choose from a number of races and classes when creating a
character, and then `run' that character over a period of days,
weeks, even months, attempting to win the game by defeating the
Balrog which lurks in the deeper levels.
The player will begin his adventure on the town level where he may
acquire supplies, weapons, armor, and magical devices by bartering
with various shop owners. After preparing for his adventure, the
player can descend into the dungeons of moria where fantastic
adventures await his coming!
WWW: http://www-math.bgsu.edu/~grabine/moria.html
Notes
Notes:
svn path=/head/; revision=86419
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 1ad9fbaa7639..ef41aa037a6b 100644 --- a/games/Makefile +++ b/games/Makefile @@ -233,6 +233,7 @@ SUBDIR += miscom SUBDIR += moon-buggy SUBDIR += moonlander + SUBDIR += moria SUBDIR += mvdsv SUBDIR += myth2_demo SUBDIR += mythserver |