One of my favorite games is Celeste! One of, if not The Best 2d Platformer of all time. From the ART to the CONTROLS, the MUSIC and SOUND EFFECTS and the atmosphere / emotion that it all drives from you. The game keeps such a simple scope; just get to the end of the stage […]
Playing Frankenstein on a deceased computer (Free Friday 10/31/25)
HAAPPYYY HALLOWEEN. Today at school I brought in a gaming pc my friend gave to me because it broke on him, after some troubleshooting at my house I came to the conclusion that the Power Supply Unit (PSU) was shot. When I plugged it in for the first time and attempted to power it on, […]
Shrimp focused Terraria Mod (Free Friday 10/25/24)
For Free Friday in class, I spent time working on my Terraria Mod. My mod expands on the shrimp item in the game, which is a complete nothingburger, honestly. I added Shrimpy Bars, which are made from Chlorophyte Bars and shrimp, which fits pretty well into the progression of the game after you complete the […]
UNO Clone in Python (Free Friday 9/20/24)
For Free Friday in school today, I just worked my group’s UNO project. I got a window working with Tkinter that displays the player’s hand of cards. The player is able to draw more cards and use them, although I haven’t finished the play function. The game is honestly already close to being finished and […]
Working on my Discord Bot (Free Friday 5/17/24) (makeup)
Today I worked on my Discord Bot and added two commands, a help command and a 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. A very, […]
Starting a Discord Bot (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 […]
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 […]
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 […]
FREE FRIDAY (4/5/2024)
Today i started a 2d platformer with pygame, i added basic player movement such as walking around and jumping and it works pretty well!