Difference between revisions of "Caves of Golorp"
Jump to navigation
Jump to search
m (Category:Alpha projects) |
(expand page) |
||
(8 intermediate revisions by 5 users not shown) | |||
Line 1: | Line 1: | ||
{{game-defunct| name = Caves of Golorp | |||
|developer = [[Matthew Skala]] | |||
|theme = Fantasy | |||
|influences = | |||
|released = Jan 4, 2004 (0.0.1) | |||
|updated = never | |||
|licensing = [[Open Source]] | |||
|language = [[Prolog]] | |||
|platforms = [[Linux]], [[Windows]] | |||
|interface = [[ASCII]] | |||
|length =10 minutes at most | |||
|site = http://ansuz.sooke.bc.ca/software/golorp.php | |||
}} | |||
What, a Roguelike game in Prolog?<br> | What, a Roguelike game in Prolog?<br> | ||
This can't be for real!<br> | This can't be for real!<br> | ||
It is. | It is. | ||
== Description == | |||
'''Caves of Golorp''' is a proof functional roguelikes can actually be written in Prolog. As a game it performs poorly. Player can wander randomly generated dungeons, caves, towers and mazes. Field of view code is sluggish and may make Golorp unplayable on slower computers. | |||
Attribute system employed by the game is reversed. Qualities of [[player character]] are susceptibility, weakness, misfortune, clumsiness, stupidity and ugliness. Documentation states it is okay to be stupid because Caves of Golorp "does not require much mental effort on part of the character". [[Hit points]] also work backwards. Everyone starts with none and dies upon accumulating one hundred of those. | |||
== Game related links == | == Game related links == | ||
[http://ansuz.sooke.bc.ca/software/golorp.php Homepage] | [http://ansuz.sooke.bc.ca/software/golorp.php Homepage] | ||
Latest revision as of 19:05, 10 March 2010
Caves of Golorp | |
---|---|
Defunct Game | |
Developer | Matthew Skala |
Theme | Fantasy |
Influences | |
Released | Jan 4, 2004 (0.0.1) ({{{relver}}}) |
Updated | never ({{{updver}}}) |
Licensing | Open Source |
P. Language | Prolog |
Platforms | Linux, Windows |
Interface | ASCII |
Game Length | 10 minutes at most |
Official site of Caves of Golorp |
What, a Roguelike game in Prolog?
This can't be for real!
It is.
Description
Caves of Golorp is a proof functional roguelikes can actually be written in Prolog. As a game it performs poorly. Player can wander randomly generated dungeons, caves, towers and mazes. Field of view code is sluggish and may make Golorp unplayable on slower computers.
Attribute system employed by the game is reversed. Qualities of player character are susceptibility, weakness, misfortune, clumsiness, stupidity and ugliness. Documentation states it is okay to be stupid because Caves of Golorp "does not require much mental effort on part of the character". Hit points also work backwards. Everyone starts with none and dies upon accumulating one hundred of those.