looking nice game, is that game is provably fair?
how can we verify about played game was fair?
What you mean?
You can test free play for test fair
Too hard play this game, How can we know win or not?
[Rate Score for X???]
Score 10000 : 1.5x to your balance
Score 20000 : 2x to your balance
Score 30000 : 2.5x to your balance
Score 40000 : 3x to your balance
Score 50000 : 3.5x to your balance
Score 60000 : 4x to your balance
the game is hard, i cant even reach 1000 score :/ btw, goodluck to your game
You can get 10000 score or more easy when you play long round.
admin is really strange you don't know what is mean of provably fair
and how to verify played game
My code from games :
// types
2: Moving
3: Break
4: Break Fall
(score >= 5000 && score < 6000) types = [2, 3, 3, 3, 4, 4, 4, 4];
(score >= 2000 && score < 5000) types = [2, 2, 2, 3, 3, 3, 3, 4, 4, 4, 4];
(score >= 1000 && score < 2000) types = [2, 2, 2, 3, 3, 3, 3, 3];
(score >= 500 && score < 1000) types = [3, 3, 4, 3, 3, 2, 2, 4, 2, 3, 3, 3, 3];
(score >= 100 && score < 500) types = [3, 3, 2, 3, 3, 3, 3, 4, 4, 4, 4];
(score >= 6001) types = [2, 4, 3];