Discord.js – Magic 8 ball!
Remember that old Magic 8 ball that launched in the 1950’s? Well, I’m not that old, but I remember them from the movies in the 80’s and 90’s. I remember I always wanted one, but …
Remember that old Magic 8 ball that launched in the 1950’s? Well, I’m not that old, but I remember them from the movies in the 80’s and 90’s. I remember I always wanted one, but …
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 …