Welcome, Guest. Please Login or Register
To the NESWORLD news page
   
  HomeHelpSearchLoginRegisterAwards  
 
Page Index Toggle Pages: 1
Send Topic Print
Working on a top-view dungeon crawler (Read 3459 times)
albailey
Senior Member
****

Offline



My NES collecting is getting
out of hand

Posts: 496
Ottawa

Working on a top-view dungeon crawler
22. Sep 2014 at 15:45
 
At the moment I have a protoype working for a top-view dungeon crawler.  It's inspired by those old  rogue-like style games where graphics were not important. 

It is a single screen game, so its far simpler to code and manage than hecklifter (and also means I might complete it).

The algorithm is:
- set the entire screen to fog, except the outer border.
- create a grid (I think I made it 6x5) and then randomly connect them with openings.  This means the rooms are small (about 3x3 plus walls).
- You start in a room with the stairs and un-fog the room and its openings. 
- As you enter another room, the fog lifts so you can see what it has in it, including additional openings. 
-When you encounter stairs, it automatically generates a new level.

Does anyone know if there any game similar to this on the NES already?

Back to top
 
WWW  
IP Logged
 
albailey
Senior Member
****

Offline



My NES collecting is getting
out of hand

Posts: 496
Ottawa

Re: Working on a top-view dungeon crawler
Reply #1 - 14. Oct 2014 at 13:40
 
Here's the link to the source code in github.
https://github.com/albailey/thedepths

I probably should have uploaded the code BEFORE I broke it.  At present it's less playable than it was.
Al
Back to top
 
WWW  
IP Logged
 
Page Index Toggle Pages: 1
Send Topic Print