Page 1 of 1

Magic Dungeon. A small puzzle RPG!

Posted: Fri Mar 06, 2026 6:58 pm
by Sugui
These 2-3 last weeks, I have been using what I could of my free time to experiment with godot-rust (https://godot-rust.github.io).
image.png
image.png (337.53 KiB) Viewed 75 times
I wanted to do a small project with the library, so I got inspiration by the game "Tower of the Sorcerer". This is a game that at first glance seems like a traditional roguelike. But the difference is that it's all deterministic, and you need to careful use your resources and optimize your HP to get as far as you can in your adventure!

This is a really simplified version of the game, with less things to have in account, and a single floor. Your objective is to kill the devil... and make a soup with them :blobcatgiggle: . No, really, this last part is just funny because for the assets pack that I used for the sprites, it happened to be a character that looks so similar to Marcille, from Dungeon Meshi, so I used it for the game.

I warn you that the game is really difficult! The steps I took to do a good level design were basically, place things a bit randomly (at my own criteria), and then balance:
  • Hmmm the game is too easy, let's improve the stats of this monster.
  • Hmmm now the game get's unbeatable because there aren't enough sword items so I can't hit the serpent, let's add another sword item to the level
  • ...
And just iterating like this is how I get a more-or-less balanced experience! But I made it difficult enough so I think there is only one way to beat it. If I get inspired I could do another post with the solution, for those who want to play the game but can't beat it.
image.png
image.png (37.13 KiB) Viewed 75 times

The link to the game is here, is only playable in browser!: https://siesta-cat.itch.io/magic-dungeon

Re: Magic Dungeon. A small puzzle RPG!

Posted: Sat Mar 07, 2026 6:15 pm
by Sugui
I just remembered I had a Bearblog, so I wrote an article there putting the same content as here but adding some short words about my experience using godot-rust! https://sugui.bearblog.dev/creating-a-s ... odot-rust/

Re: Magic Dungeon. A small puzzle RPG!

Posted: Thu Mar 12, 2026 9:48 am
by Kampffrosch
Cool :hammyeyes:

> With GDScript, I got so disgusted every time I had to use the language.
I know that feeling.
I run into a new weirdness every time I do a jam.

I really liked your game btw. It reminded me of desktop dungeons, never heard about Tower of the Sorcerer before.

Re: Magic Dungeon. A small puzzle RPG!

Posted: Fri Mar 13, 2026 9:49 pm
by Sugui
Thank you for your comment :blobcatheart: . I appreciate that you like the game, I wasn't sure that people would enjoy it.

This genre is really interesting and not much explored imo. It could be fun to think about another idea within this genre :nkoThink:

It's very funny that I had Desktop Dungeons in my Steam library from a day that I could get the game free, but never played it. Until this last Sunday, where I
found that this game was of the magic tower genre too. It was quite fun :bunhappy: