Coinflip, the game – Full code!
I wrote a simple little “game” – Coinflip (aliases coin and flip). It’s really as simple as a random function that returns either 0 or 1, and assigning heads/tails as you want.The code is without …
I wrote a simple little “game” – Coinflip (aliases coin and flip). It’s really as simple as a random function that returns either 0 or 1, and assigning heads/tails as you want.The code is without …