Greetings!
I've just released a new version of my roguelike TSL.
New things include wishes and three new level generators. Polymorphing
now works for enemies. Stunning now behaves like "halved speed for a
limited time" rather than "instadeath through paralysis".
The default cursor (e.g. for targeting tiles) has been changed to
"visible" as "very visible" doesn't work properly in some terminals -
of course there's also an option to restore the old cursor.
I've also made a lot of internal improvements. Items are now stored
differently (to allow wishing and easier treasure generation). The
config parser is a lot more user-friendly (it reports errors instead
of just silently freezing).
Source:
http://www.eagle.y.se/~ru/files/tsl-0.8.tar.gz
Homepage:
http://www.eagle.y.se/~ru/roguelike.php
-the ru