On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(+1)

I played it maybe more than 15 times and it was entertaining. The only thing that bothered me was that 4 of 5 rolling dice got 1 or 2 (3 times 1 and 1 time 2) in a row and I believed this sequence of wrong lucking should be handled in hidden layers. well done and keep it up.

I don’t think I understand what you mean by handling the randomness in hidden layers. Could you clarify?

(1 edit)

let's explain this way, there is not any pure randomness in video games. Devs always manipulate randomness to balance the player's experience. In a very simple situation like this game, a senior game designer always monitors the dice value and didn't let it roll over all possible numbers. for example, if the player encounters 2 values 1 after 2 rollings, for the next round, the game designer removes values 1, 2, or even 3 from possible numbers to let the player receive a big number to balance his experience. it's a very disappointing experience that the player has tried so hard for winning the waves and every time we have given him a very little prize for this. so, we must handle this bad luck sequence and give him a promising prize and the best and simple solution for this is to manipulate possible numbers for dice rolling.