Commit graph

3 commits

Author SHA1 Message Date
Greg Lewis
6202c80e16 . Switch to termios now that sgtty has become a binary only compatibility
layer.  This is done for all versions of FreeBSD, not just recent
  8-CURRENT (which is where the sgtty change was made) to avoid more ugly
  #ifdef's throughout this code (which is already littered with them).

  This change was only tested on FreeBSD 6, but I believe it will fix the
  build for 8-CURRENT.

Prompted by:	pointyhat (via pav)
2008-06-19 06:39:27 +00:00
Greg Lewis
1b28bf39ee . Include <time.h> instead of doing a bogus declaration of time(3). This
should get the alpha closer to compiling.

Submitted by:	bento
2003-08-15 14:28:23 +00:00
Greg Lewis
3b5afbbdfb . 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
2003-08-07 04:26:34 +00:00