Page 1 of 1

graphical dungeon demo

Posted: Tue Feb 01, 2011 2:14 pm
by NJames
This is a little program that gives you a "dungeon" to explore.

This demo features a field of view algorithm under the GOSUB [see], and uses a function for A* pathfinding.

I have taken some pains to make this run as fast as possible. It's not perfect, but I'm rather pleased with the speed.

Controls:

Walk around with numpad or these
u - i - o
j - k - l
m - , - .

press "g" to auto move the dwarf to the end of the map
press "s" to generate a new map
bump into closed doors to open them
press "c" to close open doors

Re: graphical dungeon demo

Posted: Sat Jun 16, 2012 7:10 pm
by tsh73
Just want to say, I'm deeply, DEEPLY impressed.
Field of view makes game feel really real.
(and whole thing has very nostalgic Spectrum feeling ;) )

Re: graphical dungeon demo

Posted: Thu Sep 06, 2012 5:46 pm
by GarthsEquipmentShop
This is wicked man! I've always wanted to design my own roguelike game. This would be perfect for that!