Difference between revisions of "DoomRL"

From RogueBasin
Jump to navigation Jump to search
m (Enforce naming conventions in licensing.)
(22 intermediate revisions by 11 users not shown)
Line 1: Line 1:
{{game-stable| name = Doom, the Roguelike
{{game-stable| name = Doom, the Roguelike
|developer = [[Kornel Kisielewicz]]
|developer = [[Kornel Kisielewicz]]
|released = [[2003]]
|released = 2003
|updated = [[2006]]
|relver = ?
|status = [[Stable]] (v.0.9.8.5)
|updated = March 13, 2013
|language = [[FreePascal]]
|updver = 0.9.9.7
|platforms = [[Windows]], [[DOS]]
|language = [[Free Pascal]]
|platforms = [[Windows]], [[Linux]], [[MacOSX]]
|theme = [[Horror1|Gore]]
|theme = [[Horror1|Gore]]
|influences = Doom
|influences = Doom
|length = Short
|length = Short
|site = http://doom.chaosforge.org/
|site = http://doom.chaosforge.org/
|licensing = [[Closed Source]], [[freeware]]
|licensing = [[Closed source]], [[Freeware]]
|interface = [[ASCII]], [[Keyboard]]
|interface = [[Graphical tiles]], [[ASCII]], [[Keyboard]], [[Mouse]]
}}{{coffeebreak}}
}}{{coffeebreak}}


== Abstract ==
== Abstract ==


A relatively "light" roguelike, written by [[Kornel Kisielewicz]] in [[FreePascal]], based on the world of [http://www.idsoftware.com/games/doom/doom-final Doom] created by id software. An example of a [[Horror|Gore]]-themed game.
A relatively "light", [[Horror|Gore]]-themed roguelike, written by [[Kornel Kisielewicz]] in [[FreePascal]], based on the world of [http://www.idsoftware.com/games/doom/doom-final Doom] created by id software. DoomRL was discussed in Episode 4 of [[Roguelike Radio]].


== Description ==  
== Description ==  
Line 24: Line 25:
There are several simplifications:
There are several simplifications:


* there is only one "dungeon" of only 20 floors
* there is only one "dungeon" of 24 floors (although "secret levels" add to this)
* inventory size is limited to 20 slots
* inventory size is limited to 19 slots
* there are only three equipment slots
* there are only four equipment slots:  two weapon slots, armor, and boots
* there can be only one item per level square
* there can be only one item per level square
* the levels are all screen-sized
* All levels are the size of one screen
* Few character traits -- all attributes depend on selection of special traits from a limited group


== Features ==
== Features ==
Line 36: Line 38:
* simple interface
* simple interface
* balanced traits
* balanced traits
* balanced and fast-paced gameplay
* fast-paced gameplay
* several special levels
* several special levels
* 20 levels including a final showdown with the Cyberdemon
* 25 levels including a final showdown with the Cyberdemon and two hidden bosses
* difficulty levels
* several difficulty levels
* challenge modes
* several challenge modes
* progress tracking
* progress tracking, rating your ability as a player over multiple game sessions
* a secret ending
* a secret ending
=== Recent developments ===
As of version 0.9.9.4, released on September 1 of 2011, introduced some new features to the game. Most notably, players are now able to choose between three character classes described as the hardy Marine, the nimble Scout, and the smart Technician. Each class has advantages and perks, most relating to gameplay strategy.
Other features introduced with 0.9.9.4 include
* Ammunition packs
* Updated level events
* Reconstructed resistance system
* Updated AI for enemies


== Screenshot ==
== Screenshot ==


http://doom.chaosforge.org/images/ss_surrounded.png
http://doom.chaosforge.org/images/17.png
 
http://doom.chaosforge.org/images/26.png


== Links ==
== Links ==


* [http://doom.chaosforge.org/ DoomRL Homepage]
* [http://doom.chaosforge.org/ DoomRL Homepage]
* [http://www.the-underdogs.info/game.php?id=5165 Review of DoomRL on "The Underdogs"]
* [http://www.homeoftheunderdogs.net/game.php?id=5165 Review of DoomRL on "The Underdogs"]
* [http://www.idsoftware.com/games/doom/doom-final Original Doom]
* [http://www.idsoftware.com/games/doom/doom-final Original Doom]
* [[Horror1|Horror in Roguelikes, Part 1 : Gore]]
* [[Horror1|Horror in Roguelikes, Part 1 : Gore]]
Line 58: Line 72:


[[Category:Horror roguelikes]]
[[Category:Horror roguelikes]]
[[Category:Featured Roguelikes]]

Revision as of 03:03, 31 May 2017

Doom, the Roguelike
Stable game
Developer Kornel Kisielewicz
Theme Gore
Influences Doom
Released 2003 (?)
Updated March 13, 2013 (0.9.9.7)
Licensing Closed source, Freeware
P. Language Free Pascal
Platforms Windows, Linux, MacOSX
Interface Graphical tiles, ASCII, Keyboard, Mouse
Game Length Short
Official site of Doom, the Roguelike
DoomRL is a coffeebreak roguelike


Abstract

A relatively "light", Gore-themed roguelike, written by Kornel Kisielewicz in FreePascal, based on the world of Doom created by id software. DoomRL was discussed in Episode 4 of Roguelike Radio.

Description

DoomRL follows the relatively new idea of a Coffeebreak roguelike - it is intended to be simple, fast and furious. Something that you can play from time to time without much need to concentrate.

There are several simplifications:

  • there is only one "dungeon" of 24 floors (although "secret levels" add to this)
  • inventory size is limited to 19 slots
  • there are only four equipment slots: two weapon slots, armor, and boots
  • there can be only one item per level square
  • All levels are the size of one screen
  • Few character traits -- all attributes depend on selection of special traits from a limited group

Features

DoomRL version 0.9.8 introduced something novel into the roguelike genre - full modern sound support (using features like stereo and distance effects) and music - both taken from the original Doom by ID Software. Other features worth noting:

  • simple interface
  • balanced traits
  • fast-paced gameplay
  • several special levels
  • 25 levels including a final showdown with the Cyberdemon and two hidden bosses
  • several difficulty levels
  • several challenge modes
  • progress tracking, rating your ability as a player over multiple game sessions
  • a secret ending

Recent developments

As of version 0.9.9.4, released on September 1 of 2011, introduced some new features to the game. Most notably, players are now able to choose between three character classes described as the hardy Marine, the nimble Scout, and the smart Technician. Each class has advantages and perks, most relating to gameplay strategy.

Other features introduced with 0.9.9.4 include

  • Ammunition packs
  • Updated level events
  • Reconstructed resistance system
  • Updated AI for enemies

Screenshot

17.png

26.png

Links