Difference between revisions of "Lightless"

From RogueBasin
Jump to navigation Jump to search
(Created page with "{{game-7drl| name = lightless |developer = Scott Grant |theme = Horror |influences = Amnesia, Brogue |released = Mar 13, 2015 |updated = |language = ...")
 
m (General reformat.)
 
Line 1: Line 1:
{{game-7drl| name = lightless
{{game-7drl| name = lightless
|developer = [[user:scotchfield|Scott Grant]]
|developer = [[user:scotchfield|Scott Grant]]
|theme = Horror
|theme = [[Horror]]
|influences = Amnesia, [[Brogue]]
|influences = Amnesia, [[Brogue]]
|released = Mar 13, 2015
|released = Mar 13, 2015
|updated =  
|updated =  
|language = JavaScript
|language = [[JavaScript]]
|platforms = Any
|platforms = Web
|genre = Horror
|genre = [[Horror]]
|site = http://scootah.com/lightless/
|site = http://scootah.com/lightless/
|licensing = Open Source, Public Domain
|licensing = [[Public Domain]], [[Open Source]]
|interface = Full colour ASCII, Keyboard
|interface = Full colour [[ASCII]], [[Keyboard]]
|length = approximately 15 minutes
|length = ~15 minutes
}}
}}
{{Coffeebreak}}
{{Coffeebreak}}


== About ==
A basic roguelike built for [[7DRL_Challenge_2015]] that punishes players who stay in the dark for too long. Built with the open-source JavaScript engine [[rl.js]]. You can play the game [http://scootah.com/lightless here] and view the source code [https://github.com/scotchfield/rl.js here].
 
A basic roguelike built for [[7DRL_Challenge_2015]] that punishes players who stay in the dark for too long.
 
Built with the open-source JavaScript engine [[rl.js]].
 
== Play ==
http://scootah.com/lightless
 
[https://github.com/scotchfield/rl.js Source code]

Latest revision as of 22:19, 19 May 2017

lightless
7DRL
Developer Scott Grant
Theme Horror
Influences Amnesia, Brogue
Released Mar 13, 2015
Updated
Licensing Public Domain, Open Source
P. Language JavaScript
Platforms Web
Interface Full colour ASCII, Keyboard
Game Length ~15 minutes
Official site of lightless


Lightless is a coffeebreak roguelike


A basic roguelike built for 7DRL_Challenge_2015 that punishes players who stay in the dark for too long. Built with the open-source JavaScript engine rl.js. You can play the game here and view the source code here.