Difference between revisions of "A Little Anxious When It's Dark"
Jump to navigation
Jump to search
m (Fixe Mac wiki link) |
(Updates to reflect success) |
||
Line 3: | Line 3: | ||
|theme = Fantasy | |theme = Fantasy | ||
|influences = none | |influences = none | ||
|released = | |released = March 12, 2011 | ||
|updated = March 12, 2011 | |updated = March 12, 2011 | ||
|licensing = | |licensing = | ||
Line 15: | Line 15: | ||
http://tapio.github.com/alawid/screenshot.png | http://tapio.github.com/alawid/screenshot.png | ||
Being a successful entry to the [[7DRL Contest 2011]], this is a short coffee-break roguelike, where you search for a treasure through five randomly generated dungeon levels. | |||
The game is played inside a web browser and requires [http://www.khronos.org/webgl/ WebGL] support, so you need a rather new browser (e.g. Google Chrome 9+ or Firefox 4 - IE won't work). Also, your graphics card needs to be at least OpenGL 2 capable (with decent drivers) for WebGL to work. You can check supported browsers and other notes in [http://www.khronos.org/webgl/wiki/Getting_a_WebGL_Implementation Khrono's WebGL Wiki]. | The game is played inside a web browser and requires [http://www.khronos.org/webgl/ WebGL] support, so you need a rather new browser (e.g. Google Chrome 9+ or Firefox 4 - IE won't work). Also, your graphics card needs to be at least OpenGL 2 capable (with decent drivers) for WebGL to work. You can check supported browsers and other notes in [http://www.khronos.org/webgl/wiki/Getting_a_WebGL_Implementation Khrono's WebGL Wiki]. |
Revision as of 12:08, 12 March 2011
A Little Anxious When It's Dark | |
---|---|
7DRL | |
Developer | aave |
Theme | Fantasy |
Influences | none |
Released | March 12, 2011 |
Updated | March 12, 2011 |
Licensing | |
P. Language | JavaScript |
Platforms | Windows, Linux, Mac OS X, all with a proper web browser |
Interface | Web browser, WebGL, Keyboard |
Game Length | Short |
Official site of A Little Anxious When It's Dark |
Being a successful entry to the 7DRL Contest 2011, this is a short coffee-break roguelike, where you search for a treasure through five randomly generated dungeon levels.
The game is played inside a web browser and requires WebGL support, so you need a rather new browser (e.g. Google Chrome 9+ or Firefox 4 - IE won't work). Also, your graphics card needs to be at least OpenGL 2 capable (with decent drivers) for WebGL to work. You can check supported browsers and other notes in Khrono's WebGL Wiki.
Gameplay features
- Collect and use torches to light up your journey
- Fight multiple enemy types
- Collect and use health potions to recover from injuries
- Use portals to travel to the next level
- Find the treasure
- Profit
Graphical/engine features
- Mesh generation based on ASCII map
- Automatic normal and tangent calculations for arbitrary triangle mesh
- Per-pixel lighting
- Multiple light sources
- Normalmapping
- Does not depend on external engines/frameworks (i.e. custom built)
- CSS3/HTML5 based "HUD"