Category: Uncategorized

Uncategorized

Free Friday (8/19/2024)

Today i started working on a prototype game in unity. its gonna revolve around a zombie lemon that has the ability to walk on walls. Its a simple 2d platformer but there will be certain areas will the player will be able to walk on the background and the movement will become top down. Today […]

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 […]

Uncategorized

Free Friday (4/12/24)

Today I started a Tetris clone in python using pygame. I started off by creating a repository using git so I could work on this project from home. I then found a good tutorial online (https://www.techwithtim.net/tutorials/game-development-with-python/tetris-pygame/tutorial-1) To help me and I followed the first lesson. Here’s the window so far but underneath there are already […]

Back To Top