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 …
I dove right into developing a Discord game, and first wanted to make a version of Hangman.This was a huge undertaking for me, as I had zero knowledge of bot programming and almost zero knowledge …