Happy Hunting

From RogueBasin
Revision as of 13:56, 10 March 2006 by Lichen678 (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

This is a short dungeon crawl demonstrating staircase connections, monsters, combat, basic equipment use, a victory condition, and the possibility of permadeath.

It exists for Linux at the moment; an SDL interface has been written, and when I get it to compile on Windows I'll backport it to the 7drl (not that that will be part of the seven day project, but it will allow Windows users to play an identical game).

Most of the codebase was written in the year leading up to this challenge; the "baseline" code from which I began, as well as the completed seven day roguelike, are available at

http://aristharid.canadianwebs.com

. The Linux binary is built for a Debian 3.1 system, and it is not designed for system-wide installation.

The underlying codebase is named "arid", short for "another roguelike in development".