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)…
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.…
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…
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…
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…
Video I used to learn: https://www.youtube.com/watch?v=A_Z1lgZLSNc Threading: Running pieces of code concurrently/at the same time Python has something like this; it allows the coder to run two or maybe more pieces of code at the same time. Obviously, such a thing isn’t technically possible, but with how fast machines work it is very close to…
I am learning to make a WordPress website. I am making an online portfolio. If you need to create a link in your site: