Difference between revisions of "Happy Hunting"
J hungerford (talk | contribs) |
Cactushands (talk | contribs) m (Updated theme) |
||
(2 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
{{game-beta| name = Happy Hunting | |||
|developer = | |||
|theme = [[List of roguelikes by theme#Fantasy|Fantasy]] | |||
|influences = | |||
|released = 2004 | |||
|updated = Jul 16 2006 | |||
|licensing = | |||
|language = | |||
|platforms = [[Linux]],[[Windows]] | |||
|interface = | |||
|length = | |||
|site = http://arid.sourceforge.net | |||
}} | |||
This is a short hack-and-slash roguelike demonstrating staircase connections, monsters, combat, basic equipment use, a victory condition, and the possibility of permadeath. | This is a short hack-and-slash roguelike demonstrating staircase connections, monsters, combat, basic equipment use, a victory condition, and the possibility of permadeath. | ||
Line 5: | Line 18: | ||
Most of the codebase was written in the year leading up to this challenge; I no longer maintain a link to the baseline code used for the game, though it is available on request. The seven day roguelike and a development screenshot can be accessed from the sourceforge: | Most of the codebase was written in the year leading up to this challenge; I no longer maintain a link to the baseline code used for the game, though it is available on request. The seven day roguelike and a development screenshot can be accessed from the sourceforge: | ||
http://arid.sourceforge.net | |||
The underlying codebase is named "arid", short for "another roguelike in development". | The underlying codebase is named "arid", short for "another roguelike in development". | ||
Line 11: | Line 24: | ||
The direct link to the sourceforge project page is here: | The direct link to the sourceforge project page is here: | ||
https://sourceforge.net/projects/arid |
Latest revision as of 04:26, 6 March 2014
Happy Hunting | |
---|---|
Beta Project | |
Developer | |
Theme | Fantasy |
Influences | |
Released | 2004 |
Updated | Jul 16 2006 |
Licensing | |
P. Language | |
Platforms | Linux,Windows |
Interface | |
Game Length | |
Official site of Happy Hunting |
This is a short hack-and-slash roguelike demonstrating staircase connections, monsters, combat, basic equipment use, a victory condition, and the possibility of permadeath.
It exists primarily for Linux at the moment, though a very ugly Windows binary has been produced subsequent to the challenge. Nicer interfaces exist for the project, but this is the only one I could produce as a standalone Windows binary.
Most of the codebase was written in the year leading up to this challenge; I no longer maintain a link to the baseline code used for the game, though it is available on request. The seven day roguelike and a development screenshot can be accessed from the sourceforge:
The underlying codebase is named "arid", short for "another roguelike in development".
The direct link to the sourceforge project page is here: