Fix Random
Use a secure random generator for coin flips. It seems like you don't do this. Having 90% of my "manual" flips landing on tails isn't funny. The game is coin flip heavy so it's important that they are fair 50/50 flips, I can't imagine that any game dev would not use a secure random generator. But seems like you don't. I…