Difference between revisions of "Dungeon Typist"

From RogueBasin
Jump to navigation Jump to search
(added my LD41 roguelike!)
 
m (add play link!)
 
(One intermediate revision by the same user not shown)
Line 6: Line 6:
|updated = 2018 Apr 25th (Beta)
|updated = 2018 Apr 25th (Beta)
|licensing = [[Open source]], [Public Domain]
|licensing = [[Open source]], [Public Domain]
|language = [http://en.wikipedia.org/wiki/JavaScript Javascript]
|platforms = [[Web]]
|platforms = [[Web]]
|interface = [[WebGL]], [[Keyboard]]
|interface = [[WebGL]], [[Keyboard]]
|length = Very short!
|length = Very short!
|site = https://github.com/noffle/dungeon-typing
}}
}}


=About=
=About=
A first-person roguelike, written for Ludum Dare 41 in 72 hours. It integrates procedurally generated roguelike levels with typing-based action. Movement is done with the arrow keys, but commands must be typed out -- letters are shot out of the player and apply to whatever mob or object they strike. Typing HIT at a mob will perform a melee attack; OPEN/CLOSE manipulates doors.
A first-person roguelike, written for [https://ldjam.com/events/ludum-dare/41/dungeon-typist Ludum Dare 41] in 72 hours. It integrates procedurally generated roguelike levels with typing-based action. Movement is done with the arrow keys, but commands must be typed out -- letters are shot out of the player and apply to whatever mob or object they strike. Typing HIT at a mob will perform a melee attack; OPEN/CLOSE manipulates doors.


Written in ES5 Javascript, using regl for graphics.
Written in ES5 Javascript, using [http://regl.party regl] for graphics.
 
=Play=
http://eight45.net:8000/dungeon-typist/


=Screenshots=
=Screenshots=
https://static.jam.vg/raw/3a4/51/z/101c0.png
https://static.jam.vg/raw/3a4/51/z/fba2.gif

Latest revision as of 22:03, 27 April 2018

Dungeon Typist
Alpha Project
Developer noffle
Theme Fantasy
Influences ADOM, Minecraft, Text adventures
Released 2018 Apr 25th
Updated 2018 Apr 25th (Beta)
Licensing Open source, [Public Domain]
P. Language Javascript
Platforms Web
Interface WebGL, Keyboard
Game Length Very short!
Official site of Dungeon Typist


About

A first-person roguelike, written for Ludum Dare 41 in 72 hours. It integrates procedurally generated roguelike levels with typing-based action. Movement is done with the arrow keys, but commands must be typed out -- letters are shot out of the player and apply to whatever mob or object they strike. Typing HIT at a mob will perform a melee attack; OPEN/CLOSE manipulates doors.

Written in ES5 Javascript, using regl for graphics.

Play

http://eight45.net:8000/dungeon-typist/

Screenshots

101c0.png fba2.gif