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.…
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)…
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…
Extends Feb 2, 2024 , Friday Classwork After a lot of code, and confusion, I finally managed to OPEN A WINDOW!! in Game.java and in Window.java All of this, just to make. to make… This little guy, this silly little box. I can already tell this is going to be a long ride, and I’ve…
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…