DRL
______________________
/_____________________/|
| PHOBOS [||||] | |
| .----------------. | |
| | @ : i | | |
| | # : ### | | |
| | # : | | |
| '----------------' | |
|____________________|/
_________
_____/________/===
/____ ___/
| |
|____|
fire / move / reload
ASCII illustration
A shotgun still takes a turn.
2002: DoomRL’s early development.
By Kornel Kisielewicz and ChaosForge.
Originally called DoomRL, DRL applies the shape and equipment of a familiar shooter to a turn-based dungeon. Its codebase reaches back to 2002. The important transformation is not the collection of monsters. It is what happens to urgency when the world waits for an action.
A shot, a move and a reload all have a cost. Ammunition, sight lines and the distance to shelter become things to reason about before touching a key. The game can feel fast because decisions arrive quickly, while still allowing as much thought as the player needs.
Its compact form helped establish the appeal of the coffee-break roguelike: a concentrated run that does not require a sprawling campaign to produce hard choices. Shorter does not mean forgiving.
ChaosForge later developed Jupiter Hell as a spiritual successor. It retains the concern with movement, firing and exposure, but uses its own setting and a three-dimensional presentation. The two belong to a design lineage; one should not mistake that relationship for a simple graphical port.
Sources
DRL source repository and early code history
ChaosForge on Jupiter Hell’s relationship to DRL