Game
Dungeon Mercenary
8 years ago

Adding grass to dungeons


I’ve worked on internals of my dungeon generator, so that its organisation is now crystal clear (not so much to show). On the visual side, I’ve added generation of grass (which is a piece of cake compared to water).

I’m en route to special rooms thanks to fine-grained connectivity/neighbors control. For example treasure rooms must be surrounded by walls while a dangerous reward room would contain a single door with a reward located at the door’s opposite. This’ll become possible soon!

5d0ac38fb2791.gif


0 comments

Loading...

Next up

I've added a new procedurally generated room: the wizard office #gamedev #indiedev #pixelart #screenshotsaturday #roguelike Beware not to touch its belongings!

Pixel Card Wars: new cards: spells and items

Creating the game's page on GJ, new team: Evil

During the last week, I've added traps. They can either be initially visible (early levels) or be noticed randomly when you walk by (later levels). Hope you'll like them!

Pixel Card Wars: How gamedev proceeds (hand design)

Not a mockup

Completing the board

I have created a page dedicated to Pixel Card Wars on GJ: https://gamejolt.com/games/pixel-card-wars/699977 I will continue documenting Pixel Card Wars development here! See you 👋

My in-development cards game now has its own webpage on itch: https://hgames.itch.io/pixel-card-wars I think I'll ultimately post it on GameJolt, but devlog will only be on itch. Please follow it here!

I'm adding skills as reward for beating dungeons #roguelike #indiedev #gamedev#screenshotsaturday #codesource. That’s part of the progression of the player, together with better items. There's a lot of them but it's quite easy to implement.