Nice job here, as I can see this is a nother new dice game which offer really simple design but of course with huge bankroll in it. But if I can ask here, is the method of getting the multiplier exactly the same as bustabit? From what I see here, there is no actual number that become our result, there is only multiplier which give the result of our profit
Each bet's multiplier is calculated from its hash, just like in bustabit. The way we come up with the hash is different, though. You can read about how it works in this
high-level technical overview from Ryan.
But from the player's perspective, verifying bets is virtually identical to how it's done in other provably fair dice casinos: The server generates a server seed and you pick a client seed. Then, after you've finished playing, you reveal the server seed and check your rolls. Take a look at the
open-source verifier or look at its
source code for details.
And one more question here. Do you intend to give out the max bet that we can bet here or may be max profit that we can take so people do not confuse when it comes to martingale strategy
The max bet is only limited by the max profit, which in turn is 0.75 % of the bankroll. Any bet whose potential profit doesn't exceed the max profit is allowed. For example, at the current max profit of approximately Ƀ 6 you could bet Ƀ 6 at 2.00x or Ƀ 600 at 1.01x because both have a potential profit of of Ƀ 6.
Of course you don't need to calculate this yourself. The current max profit will always be shown next to the game controls.