Difference between revisions of "Downfall"
Jump to navigation
Jump to search
Line 10: | Line 10: | ||
|licensing = Freeware, closed source | |licensing = Freeware, closed source | ||
|theme = fantasy | |theme = fantasy | ||
|site = http://nate879.org/ | |site = http://nate879.org/downfall/downfall.html | ||
}} | }} | ||
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. | 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. | ||
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 | 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]] and dungeon generation, more difficult. | ||
== External Links == | == External Links == | ||
[http://nate879.org Nathan Stoddard's Site] | [http://nate879.org Nathan Stoddard's Site] |
Revision as of 23:41, 4 February 2009
Downfall | |
---|---|
Alpha Project | |
Developer | Nathan Stoddard |
Theme | fantasy |
Influences | Crawl |
Released | December 27 |
Updated | January 30 |
Licensing | Freeware, closed source |
P. Language | C++ |
Platforms | Windows, Linux |
Interface | Console, 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.
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 and dungeon generation, more difficult.