So green fish wins in situations when both fishes have the same amount of bitcoins invested at the end of the round?
That doesn't seem fair to me

lol
By the way, there was a website similar to this one, which was based on a provably fair alghoritm. Guess what.. it was closed few weeks after official launch.
lol, no then nobody wins.
And so what that others game closed?
Well, if you look at provided algorithm once more you will see that red fish can only win in situations where it has more bitcoins
than green fish, otherwise the green fish is the winner...
if red fish > green fish then red fish wins else green fish wins
I guess it should look like this
if redFish > greenFish
then setWinner(redFish);
else if (redFish < greenFish)
then setWinner(greenFish);
else //do something with
BTCIf I remember well, the other game didn't have enough players and maybe this is the main reason it was closed so fast.
I really liked it because it was PF, but the game concept was similar to fishbitfish