Difference between revisions of "Featured roguelike"
m (same) |
(final of TToT) |
||
Line 3: | Line 3: | ||
<div style='width: 40%; height: 100%; float: left; display: block'> | <div style='width: 40%; height: 100%; float: left; display: block'> | ||
[[The Temple of Torment]] is great example that game which starts based on jice's [[Complete Roguelike Tutorial, using python+libtcod]] can evolve into very advanced form. TToT is rather new roguelike which is | [[The Temple of Torment]] is great example that game which starts based on jice's [[Complete Roguelike Tutorial, using python+libtcod]] can evolve into very advanced form. TToT is rather new roguelike which is highly inspired by classics. It's nice compromise between [[bandlike]] and [[hacklike]]. Levels are not big, single level takes single game screen, but main dungeon is not persistant. | ||
</div> | </div> | ||
Line 11: | Line 11: | ||
<div style='width: 100%; height: 100%; float: left; display: block'> | <div style='width: 100%; height: 100%; float: left; display: block'> | ||
Collateral dungeons are based on hardcoded levels, like in Larn. [[Aukustus]] designed pretty big wilderness with cities, villages, ruined hamlets, rivers, etc. and lots of quests which play an important role in TToT's gameplay. | Collateral dungeons are based on hardcoded levels, like in [[Larn]]. [[Aukustus]] designed pretty big wilderness with cities, villages, ruined hamlets, rivers, etc. and lots of quests which play an important role in TToT's gameplay. It makes me feeling that developer could be inspired by [[ADOM]]. | ||
[[The Temple of Torment]] have multiple character classes, hunger and thirst (!) mechanics, optional permadeath, levels of difficulty; features both text and tile graphics. | |||
</div> | </div> | ||
Revision as of 09:44, 7 June 2016
Featured Roguelike: The Temple of Torment
The Temple of Torment is great example that game which starts based on jice's Complete Roguelike Tutorial, using python+libtcod can evolve into very advanced form. TToT is rather new roguelike which is highly inspired by classics. It's nice compromise between bandlike and hacklike. Levels are not big, single level takes single game screen, but main dungeon is not persistant.
Collateral dungeons are based on hardcoded levels, like in Larn. Aukustus designed pretty big wilderness with cities, villages, ruined hamlets, rivers, etc. and lots of quests which play an important role in TToT's gameplay. It makes me feeling that developer could be inspired by ADOM.
The Temple of Torment have multiple character classes, hunger and thirst (!) mechanics, optional permadeath, levels of difficulty; features both text and tile graphics.