Today i just worked on django for everyone, i completed a few quizes and started an autograder.
Free Friday 10/25/24
today i worked on my terraria mod and started working on the sprite sheet for the NPC and worked on the code. here are the sprites for the shrimp bar and shrimp yoyo, both have been fully added into the game
free friday (10/4/24)
Today i started making a music box with the spotify API, the goal is to be able to scan a NFC tag and play a song depending on whats on the card. I hooked up the sensor to the raspberry pi and it works just fine, i started the code and next time i work […]
Free Friday (9/20/24)
Today i just worked on the uno project and i got a window working that displays the players hand and allows you to draw more cards and use them, although i havnt finised the play function. Soon the game will be playable and im very excited.
Free Friday (9/6/2024)
Today i just worked on the same game as last week. I improved the controls but the jumping isnt quite finished in terms of the platformer controls, I havnt started on the top down controls. Next week i plan to finish up the controls and get a working prototype and then im just gonna improve […]
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 […]
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 […]
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 […]