I’ve learned a lot from this class in my junior year. Even though some of the stuff may have appeared boring to me at first, I’ve ended up enjoying the complex stuff like using java-script, flask, etc. I’ve also learned how to apply the information I’ve learned in my class to make my own project(rip rpg game, should’ve saved you to github). Overall, I’ve experienced a new way of thinking, and seeing things thanks to computer programming.
Month: May 2024
Discord Bot
Today, Mr. Wilmoth opened up a discord user for the class of 2025-2026. Our project for this server is to create, and code a bot for the server.
You got 1 second to guess what this code does.
If you answered ” to make the bot respond lol when the user tells it to laugh “, then you’re correct. In the future, I plan to make this bot tell dad jokes from time to time. Not constantly as it would get annoying real quick. Just more like 99 messages or more after the joke was made. Either that, or making the bot say the ” Crazy? I was crazy once. ” monologue after a user mentions the word ” crazy “.
2d shooter, or 2d painter?
Currently, I’m in a dilemma of whether I should make a paint program out of my 2d shooter concept, or not. However, I’m thinking of making a paint app first. Then, I can create a 2d shooter in the future. Other than that, I got to paint something. Now I need to make an option to erase stuff.
2d shooter concept
Today, I’m working on a new project. It’s a game that runs on python where you control both a character, and the characters arm. You move the character with WASD(or arrow keys) while you control the arm with a mouse. Whenever you click the mouse, the character will shoot wherever the arm is aiming at.
Concept Drawing
I started this project off by learning the concepts of coding the mouse to do stuff. The smallest thing I came up with is when I click, a blue rectangle appears. That’s it. I swear this will be more interesting than that.
End of the RPG project?
Originally, this post was going to be about fixing the check stats code. However, while I was working on the code, the player file couldn’t be opened back up due to an unexpected error. All I can say is that an error happened, and the file is probably lost for a long time. I can’t really say the project is done for, but it’s likely that I’ll have to move on to something else.
RPG game update 5/3/24
The comment speaks for itself.
Other than that, I’ve added the attacks to the main game, including something to replace the block move.
” Power UP “, aka ” P.UP ” heals, and increases the ally player’s armor and power for the cost of 5 will power. Really, all I did was add an attack, write another check function, and fix the issue where the enemy’s will power doesn’t deplete when the enemy does a will power attack.