Game
Dungeon Mercenary
8 years ago

Hand written maps coming to Dungeon Mercenary


After seeing this awesome ASCII art: https://www.teepublic.com/t-shirt/717221-you-shall-not-pass I decided to add hand written maps to Dungeon Mercenary, i.e. maps that you can write yourself in a text editor; using a simple text format. It wasn’t too much work on the map loading side, as it was easier than automatically generating a map; but it was a bit of work on the UI side, because I had tied the size of UI elements (the text panel at the top, the status panel at the bottom) to the size of the map (without realizing it). So if you were writing a 8x16map, all the UI was getting really small.

Enough chitchat, here’s what I mean. You write this map in favorite your text editor:

5d0b78c827fc0.png

You put it in the correct folder of Dungeon Mercenary, and get this:

5d0b78c88a58b.gif

This example doesn’t show it, but you can place monsters in the text map (not items though). I’ll soon publish the complete format, hoping the community can provide me a theme map (a cathedral ?) that I’ll include in Dungeon Mercenary default dungeon.



0 comments

Loading...

Next up

Completing the board

Pixel Card Wars: How gamedev proceeds (hand design)

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've added a new procedurally generated room: the wizard office #gamedev #indiedev #pixelart #screenshotsaturday #roguelike Beware not to touch its belongings!

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 👋

Not a mockup

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

Pixel Card Wars: new cards: spells and items

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!

Back to indie dev...