Difference between revisions of "Featured roguelike"

From RogueBasin
Jump to navigation Jump to search
(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 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.   
[[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]] have multiple character classes, hunger and thirst (!) mechanics, optional permadeath, levels of difficulty; features both text and tile graphics.   
[[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.

World-1-300x182.png

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.