Skip to main content

This is Dungeon | Game Screenshots

Some screen shots from my current project "This is Dungeon", a roguelike dungeon crawling/twin stick shooter.  Like every good roguelike levels are randomly generated and death is permanent.  While there is combat in the game and 100's or really good roguelikes already out there I am more interested in making the game feel like a really solid exploration experience instead of a hard core shooter or RPG.  That doesn't mean it won't have elements from both genres though.  There should be lots to do/find in the dungeons such as hidden rooms, items, traps and other treasures.  When finished the game should only take an hour or so to play through though there will be incentives to keep playing.

exploring the randomly generated dungeons of this is dungeon

new this is dungeon rougelike screenshot

new this is dungeon rougelike screenshot

new this is dungeon rougelike screenshot

new this is dungeon rougelike screenshot

new this is dungeon rougelike screenshot

new this is dungeon rougelike screenshot

new this is dungeon rougelike screenshot

Comments

Popular posts from this blog

Level Buddy | Blender Addon

An old-school CSG inspired level editor add-on for Blender 3D. The add-on is still very much a work in progress but fairly solid for blocking spaces super quickly.  Just because graphic fidelity has gotten insanely good and hyper detailed doesn't mean we shouldn't look back how older games were put together, at least that is my opinion.  One thing I always come back to is how quickly the tools in the first 2 versions of Unreal Ed 2 and Doom level editors allowed anyone to block out a level, iterate on feedback or try an idea out.  So I just took some time to put together a similar pipeline right in my 3d package of choice.  I wanted to keep it simple and quick to try out level design ideas.  You can use it for simple white boxing of your level, break it up into multiple static meshes and import them into your game engine of choice or  you can use that as your starting point to start more detailed modeling .  When you build the map you get a single static mesh th

Mega Cow | Video Game Mockup

We All Have Crazy Game Ideas...This Is Just One Of My Own Yup its a giant mutant cow... Using Inkscape I made this game mockup after watching some MST3K late one night.  I thought it would be fun to play a game where you were the giant creature causing all of the destruction.  That is the reason the giant cow is on the right of the screen instead of the left. The player would move through the level from the right to the left, the opposite of pretty much every scrolling game... looks good in my head but might not work in actual game play.  Below are some images showing the progression from rough sketch to final mock-up.

Random Level Generation

The level generation system in This Is Dungeon  uses a few different ideas to produce the final levels but I'm just going to go over the first right now.  Levels are generated using the Dungeon-Building Algorithm by Mike Anderson .  This algorithm is very simple to implement and gives really good results.  The levels generate very quickly and the player is guaranteed to be able to reach every room of the level. random dungeon no choke point. After playing around with the generated levels in game I started wanting to be able to break the map up into multiple sections.  Since the features are built one at a time from a previously built room I realized I could just tell the generator how many sections I wanted to break the map up into and divide that by the number of rooms it was trying to generate.  The result being the number of rooms that should go into each section.  With that info you just keep track of the rooms already built and when that number equals the number of