11/7/2024
Today i just worked on django for everyone, i completed a few quizes and started an autograder.
Continue reading →Today i just worked on django for everyone, i completed a few quizes and started an autograder.
Continue reading →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 … Continue reading →
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 … Continue reading →
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 … Continue reading →
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 … Continue reading →
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 … Continue reading →
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 … Continue reading →
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 … Continue reading →
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, … Continue reading →
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 … Continue reading →