Difference between revisions of "Dungeon Monkey"

From RogueBasin
Jump to navigation Jump to search
(expand)
m (Make format more consistent.)
 
Line 1: Line 1:
{{game-7drl| name = Dungeon Monkey
{{game-7drl| name = Dungeon Monkey
|developer = [[Joseph Hewitt]]
|developer = [[Joseph Hewitt]]
|theme = Dungeon hack
|theme = [[Dungeon crawl]]
|influences =  
|influences =  
|released = 28 October 2003 (1.00)
|released = 28 October 2003 (1.00)
|updated = no plans
|updated = Not planned
|licensing = Freeware
|licensing = [[Freeware]]
|language = [[Free Pascal]], [[SDL]]
|language = [[Free Pascal]], [[SDL]]
|platforms = [[Windows]], [[Linux]]
|platforms = [[Windows]], [[Linux]]
Line 12: Line 12:
|site = http://www.reocities.com/pyrrho12/programming/monkey/
|site = http://www.reocities.com/pyrrho12/programming/monkey/
}}
}}
'''Dungeon Monkey''' was created by [[Joseph Hewitt]] in a week, in 2003. It was first [[7DRL]] written and is responsible for creating that phenomena.
'''Dungeon Monkey''' was created by [[Joseph Hewitt]] in a week, in 2003. It was the first [[7DRL]] written, and spawned the tradition.


== Description ==
== Description ==
Line 18: Line 18:
:"[''Dungeon Monkey''] is an experiment more than anything else. Maybe it's performance art. I wanted to see what kind of a roguelike game could be programmed in exactly one week. This is what I managed to create, such as it is."
:"[''Dungeon Monkey''] is an experiment more than anything else. Maybe it's performance art. I wanted to see what kind of a roguelike game could be programmed in exactly one week. This is what I managed to create, such as it is."


''Dungeon Monkey'''s dungeons are non-persistant. It has no healing over time — the only way to heal is to use fountains that are hidden on each level. These features make it closer to a [[band]] than to a [[hacklike]].
''Dungeon Monkey'''s dungeons are non-persistent. It has no healing over time — the only way to heal is to use fountains that are hidden on each level. These features make it closer to a [[band]] than to a [[hacklike]].


The game contains 13 monsters, 10 weapon types and 10 armor types. Everything was coded in around ten hours.
The game contains 13 monsters, 10 weapon types and 10 armor types. Everything was coded in around ten hours.


== Versions and platforms ==
== Versions and platforms ==
First (and last) version of ''Dungeon Monkey'' is v1.00, released on October 28, 2003. It is available for Windows, but the [[Free Pascal]] source code is included. It can be compiled on Linux with minor changes to source because of backward incompatibility with earlier Free Pascal versions. [http://www.delphi-jedi.org/ JEDI SDL] is required to compile it.
The first (and last) version of ''Dungeon Monkey'' is v1.00, released on October 28, 2003. It is available for Windows, but the [[Free Pascal]] source code is included. It can be compiled on Linux with minor changes to source because of backward incompatibility with earlier Free Pascal versions. [http://www.delphi-jedi.org/ JEDI SDL] is required to compile it.


=== Reviews ===
== Related links ==
* [[Dungeon Monkey:Reviews]]
 
=== Related links ===
* [http://www.reocities.com/pyrrho12/programming/monkey/ Dungeon Monkey official website]
* [http://www.reocities.com/pyrrho12/programming/monkey/ Dungeon Monkey official website]
* [[Dungeon Monkey:Reviews|Reviews]]

Latest revision as of 19:25, 16 May 2017

Dungeon Monkey
7DRL
Developer Joseph Hewitt
Theme Dungeon crawl
Influences
Released 28 October 2003 (1.00)
Updated Not planned
Licensing Freeware
P. Language Free Pascal, SDL
Platforms Windows, Linux
Interface Graphical tiles
Game Length
Official site of Dungeon Monkey


Dungeon Monkey was created by Joseph Hewitt in a week, in 2003. It was the first 7DRL written, and spawned the tradition.

Description

As the author stated it :

"[Dungeon Monkey] is an experiment more than anything else. Maybe it's performance art. I wanted to see what kind of a roguelike game could be programmed in exactly one week. This is what I managed to create, such as it is."

Dungeon Monkey's dungeons are non-persistent. It has no healing over time — the only way to heal is to use fountains that are hidden on each level. These features make it closer to a band than to a hacklike.

The game contains 13 monsters, 10 weapon types and 10 armor types. Everything was coded in around ten hours.

Versions and platforms

The first (and last) version of Dungeon Monkey is v1.00, released on October 28, 2003. It is available for Windows, but the Free Pascal source code is included. It can be compiled on Linux with minor changes to source because of backward incompatibility with earlier Free Pascal versions. JEDI SDL is required to compile it.

Related links