Month: May 2024

Uncategorized

Free Friday (5/17/24) (makeup)

Today i added a help and roll dice command. the roll dice command takes in an argument for how many sides the dice will be, then it randomly selects a number between 1 and the number you entered, the default would be 6. The help command just gives a list of all commands. Here is […]

Uncategorized

Free Friday (5/3/24) (Make Up)

Today I created a discord bot using discord.py. I started by going to the discord developer portal and creating an “app” (aka the bot) and getting the client token. Now that we have the client token we can use discord.py to program how the bot will behave. Here’s my code: I created a flip coin […]

Uncategorized

Free Friday (5/10/24)

Today I spend the first half of my day exploring https://neal.fun/infinite-craft/ and my second half getting a little familiar with Godot. Infinite Craft Infinite Craft is a self-generating game in your web browser. You start off with fire, water, earth, and wind and you can drag and drop them together to make more discoveries such […]

Back To Top