Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(3 edits) (+1)

The way it’s currently coded, your chances of being offered your first starter pack increase by 20% every level until 100% on the 6th level. It sounds like that’s not a strong enough guarantee when considering that some players will low-roll. I’ll definitely make sure to tune that for the post-jam update!

I wonder how other roguelikes are playtested though; it seems like it’s hard to test low / high-rolls without playing through a ton of runs.

(+1)

Yeah I feel like anything with random outcomes is always going to roll a bunch of 1s at some point! I assume a lot of games use some sort of pseudo-random thingo like Dota does https://dota2.fandom.com/wiki/Random_Distribution. Which I guess is kind of what you’ve done there with the 20%, so I just got quite unlucky! Potentially you need to bump up the % faster in later levels or something like that? In this case if you get to turn 6 before you get a starter you’re basically dead without a chance to play anything?

No idea about testing, but that would be a fun problem to play around with.