This is part of my Ten Hour Challenge where I make ten 10 hour prototypes and pick the best one to extend out to 100 hours. This particular game is Round 2 of doing this. 

You dive into a dungeon and get out with as much as gold as you can before dying. Once you've made it out, you'll gamble to upgrade your stats and get potions and keys.  Then back in to get even more gold!

Here's the soundtrack if you like the music. Hope you like it!

StatusReleased
PlatformsHTML5
Rating
Rated 5.0 out of 5 stars
(1 total ratings)
Authornczmoo
GenreRole Playing
TagsDungeon Crawler, gambling, Idle, Incremental, slot-machine, slots

Comments

Log in with itch.io to leave a comment.

(2 edits) (+1)

As it stands this game shouldn't be tagged "Idle"

if you let it run you either die in the dungeon and gain nothing or stare at a slot machine. Automatically pulling slots is overridden by increasing the payout.

There's no automation.

(+1)

Feature suggestion (to be more idle): automatic return after room N (set by player).

What's the probability of retaining gold upon death? Or it's one time thing?

The first time you die, it's 50%. Afterwards, in the current iteration, it's 100%. But I'm planning on updating in the next week to where that'll be a little bit more forgiving.

(+1)

IMHO, either make it happen sometimes or remove completely. Because in current version it's giving false hope.

I wish the damage ranges were a bit less random, say somewhere between 0.5-1.5 x weapon level.
I also wish there was a more reliable way to upgrade stats, say for instance a shop that lets you level up a stat once at a time for 3 x the stat's current level, so for example 9 gold to upgrade health from lvl 3 to lvl 4 and 12 gold to upgrade from lvl 4 to lvl 5.

(1 edit) (+1)

Good points. 

Yeah, I get what you're saying about damage ranges. I think the only reason why I'm leaning towards the way it is now is that in the way it's currently set up, if you had it set up like the way you're talking, you would ALWAYS hit the person and I want there to be at least a chance that you would miss. 

In regards to the more reliable way of upgrading, one path I had considered was for specialization reels, where as you go through you'd find reels that could swap out with your current reel in the slot machine OR you could just sell it for <x> gold. 

Thank you for your feedback

(+1)

Ahh, so that's how missing works. A lot of games would make some kind of accuracy stat separate from damage, plus a dodge stat. 

How about this for a hit chance:

100% * (attacker's accuracy/ (target's dodge ability * 2))

Unfortunately, I would have to redo aspects of the game in order to do that. The player has an attack and the mob has an attack and those are the only two stats outside of health and/or amror.

(+1)

I know that the weapon stat is increasing damage but why is the damage range is so big? I hit an enemy for 2 dmg and another for 21 in the same run, weapon stat was 12. How is the dmg calculate?

(1 edit)

Thanks for playing the game. it's a random number between 0 and weapon x 2.

(+1)

Really enjoyed this well done

Thanks! Glad to hear you liked it.