Difference between revisions of "Downfall"

From RogueBasin
Jump to navigation Jump to search
m
(I am no longer developing Downfall)
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
{{game-alpha|name = Downfall
{{game-defunct|name = Downfall
|developer = [[Nathan Stoddard]]
|developer = [[Nathan Stoddard]]
|released = Dec 27, 2008
|released = Dec 27, 2008
Line 10: Line 10:
|licensing = [[Freeware]], [[Closed Source]]
|licensing = [[Freeware]], [[Closed Source]]
|theme = fantasy
|theme = fantasy
|site = http://nate879.org/downfall/
|site = http://nathanstoddard.com/downfall/
}}
}}


Line 17: Line 17:
The hexagonal tiles means it can't use a traditional ASCII display. It uses RLLib to draw actual hexagons, and puts ASCII characters inside them. This makes some algorithms, like [[line of sight]], potentially more accurate, but also harder to implement.
The hexagonal tiles means it can't use a traditional ASCII display. It uses RLLib to draw actual hexagons, and puts ASCII characters inside them. This makes some algorithms, like [[line of sight]], potentially more accurate, but also harder to implement.


http://nate879.org/downfall/downfall.png
http://nathanstoddard.com/downfall/downfall.png


== External Links ==
== External Links ==
[http://nate879.org/downfall/ Downfall web site]
[http://nathanstoddard.com/downfall/ Downfall web site]


[http://nate879.org/downfall/manual.html Downfall manual]
[http://nathanstoddard.com/downfall/manual.html Downfall manual]

Latest revision as of 00:53, 6 September 2009

Downfall
Defunct Game
Developer Nathan Stoddard
Theme fantasy
Influences Crawl
Released Dec 27, 2008 ({{{relver}}})
Updated Mar 2, 2009 ({{{updver}}})
Licensing Freeware, Closed Source
P. Language C++
Platforms Windows, Linux
Interface Ascii, Keyboard
Game Length 5-15 minutes
Official site of Downfall

Downfall is a roguelike game made by Nathan Stoddard. Its main distinguishing feature is that it uses hexagonal tiles instead of square tiles. It has no win condition yet, and is an alpha project. However, it is somewhat playable, and there are multiple dungeon branches.

The hexagonal tiles means it can't use a traditional ASCII display. It uses RLLib to draw actual hexagons, and puts ASCII characters inside them. This makes some algorithms, like line of sight, potentially more accurate, but also harder to implement.

downfall.png

External Links

Downfall web site

Downfall manual