• 9/13/24 Free Friday

    I spent the whole class figuring out how I want to format the main page for my website. I managed to code a bit but for the most part I spent a good chunk drawing and revising a diagram of how I wanted a large section of the website to look and behave. (The letters…

    Continue Reading →

  • 8/29/2024 Free Friday Work

    I planned a lot for my WIP Site. I sketched out a rough draft of the “main menu” page I have yet to work on. I plan to have an image to attract attention to the button. When hovered over, the name of that character will fade in. I also worked on some of the…

    Continue Reading →

  • 2023-2024 Junior year reflection

    This year I learned a lot. I’m not the best at journaling, and coding is hard, especially when you have to rewrite most of it because something just doesn’t want to work. I think I learned a lot of different coding languages this year. It felt a lot more spread out instead of focusing on…

    Continue Reading →

  • April 12, 2024, Friday work

    Continuing to follow the Python + JavaScript – Full Stack App Tutorial As an example, we’ll use only a few as the rest of the specifications are similar. primary_key is defining id as the indexer, our tool to help keep these contacts in order and accessible in order, as well as it must be unique.…

    Continue Reading →

  • April 5, 2024, Friday Classwork

    I am working through the Python + JavaScript – Full Stack App Tutorial. My first hurdle, instantly, is the fact I’m working on a school computer. Getting and downloading node.js has to be done on the Virtual Machine. After searching a bit, I followed a tutorial How To Install Node.js on Ubuntu 22.04 LTS (Linux)…

    Continue Reading →

  • Interesting video

    Dear future me PLEASE PLEASE PLEASE PLEASE PLEASE PLEASE revisit this video!! Dear Game Developers, Stop Messing This Up! – YouTube This could be very useful in the future, if it is a game that relies on accurate speed rates!!!DeltaTime will help keep the movement speeds consistent even when the framerates are not the same.…

    Continue Reading →

  • Long Project, 3/11-3/15, 2024

    I am following the video The ultimate introduction to Pygame from YouTube. This video will hopefully help me learn more about Pygame, so I can use the knowledge for future projects. Despite the run time being below 4 hours, the time I spend to understand the material will make it much longer of a project.…

    Continue Reading →

  • Variables in JavaScript, 2/27/2024, Tuesday

    Console.log( Variables in JavaScript, which I will be referring to as JS from now on, is relatively similar to python. First, we have the ‘let’ variable type. ‘let’ is a variable type put before the variable, but functions just like a normal python variable. you can reference it, you can change it, all that good…

    Continue Reading →

  • Feb 23, 2024, Friday Classwork

    Extends Feb 16, 2024, Friday Classwork After finished up the 2nd video, and nearly finishing the 3rd in the series, I was able to finally!! Make some players, and get them to move. The main code to get them moving is in our new file, called KeyInput.java In KeyInput.java Obviously the space on here is…

    Continue Reading →

  • Feb 16, 2024, Friday Classwork

    Extends Feb 9, 2024. Friday Classwork After making the initial window in the last post, it was time to add a background. I made the functions ‘tick’ and ‘render’. While I have not done anything with ‘tick’ just yet, I did work with render. In Game.java Now, my window has a background! and thanks to…

    Continue Reading →