Algorithms
Algorithms Walking Game
I struggled a lot on this one. It turns out that putting a 2d image into to 3d space is harder than I thought. Processing has a load image and display image function but I need to calculate the z axis. Also I needed to move the camera and the player at the same rate. Once I was able to make a rectangle out of vertex’s and apply a texture to it I was set. This would give me my z axis and move with the mouse on the x axis while looping through the animation and translating it across the screen. The collision was a little difficult and the loop though the enemies and add to the game is something I have to work in the weeks ahead. I tried adding the building but ran out of time. Also there is a data folder that is part of the project. I can upload that too but I don’t think that Gist allows anything other than text.