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…