Temple of The Roguelike Forums

Development => Programming => Topic started by: st33d on September 30, 2012, 01:52:45 PM

Title: Non-random roguelike
Post by: st33d on September 30, 2012, 01:52:45 PM
So I've made a DRODlike recently: http://www.nitrome.com/games/turnament/

Due to the puzzle design, there is literally no call to a random number generator in the game code. Even when the AI is stuck it considers nodes anti-clockwise starting from the next step round each turn. There is a perfect solution to every battle and level.

This got thinking about making a roguelike that was completely non-random as well. It would appear random - however, it would be the player's movement that would change what the next room was or what was in it. It would somewhat be like exploring a fractal landscape.

It's a coffee-break idea so I think it deserves a single hit point model. The starting position is the most interesting bit of the game, so you should see it a lot and play with it.

-

So has anyone done stuff like this before? I know Ulf at the roguelike conference did a presentation on sequential combat and that has parallels with this idea of mine.
Title: Re: Non-random roguelike
Post by: kraflab on September 30, 2012, 08:07:29 PM
This may be of some interest:

http://roguetemple.com/forums/index.php?topic=2300.0