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.…
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.…
A good portion of the first part of class was looking up the best code to use for the purpose I plan to use it for. While I am used to Python, I was well aware it was not suited for the type of game I wished to make. I was hoping to use a…
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…