I got a wild hair and started working on my next GPL release:<br><br><a href="http://tony.maro.net/ossramblings/dragonfear.php">http://tony.maro.net/ossramblings/dragonfear.php</a><br><br>It's similar in concept to the original Bard's Tale trilogy. So far you can walk around the map (which I've programmatically added rather than saving). The map can trigger scripts to run when you enter or leave a square and when you bump into a wall that you can't walk through.
<br><br>It supports embedding python scripts into the map, item or monster files that get executed at runtime when appropriate.<br><br>I've adapted the kinetic scrolling widget from Kagu to use for user input. That's just too cool of a widget to pass up ;-)
<br><br>-Tony<br>