Difference between revisions of "Featured roguelike"
(final of TToT) |
(edited a few typos) |
||
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 | [[The Temple of Torment]] is great example of a game, based on jice's [[Complete Roguelike Tutorial, using python+libtcod]], that can evolve into very advanced form. TToT is a rather new roguelike which is highly inspired by the classics. It's a nice compromise between [[bandlike]] and [[hacklike]]. Levels are not big, as a single level takes single game screen, and the main dungeon is not persistant. | ||
</div> | </div> | ||
Line 13: | Line 13: | ||
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]]. | 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]] | [[The Temple of Torment]] has multiple character classes, hunger and thirst (!) mechanics, optional permadeath, multiple levels of difficulty, and features both text and tile graphics. | ||
</div> | </div> | ||
Revision as of 02:00, 3 July 2016
Featured Roguelike: The Temple of Torment
The Temple of Torment is great example of a game, based on jice's Complete Roguelike Tutorial, using python+libtcod, that can evolve into very advanced form. TToT is a rather new roguelike which is highly inspired by the classics. It's a nice compromise between bandlike and hacklike. Levels are not big, as a single level takes single game screen, and the 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 has multiple character classes, hunger and thirst (!) mechanics, optional permadeath, multiple levels of difficulty, and features both text and tile graphics.