Game Programming I – assignment day 5

Created the class Player as a child class to Entity.

Got the sprite to load on to the window, problem was simply a missing / in the file path.

Discovered a new problem though, the sprite is loaded with the background from the file rather than just the sprite.

Found a couple other files to use where only the sprite get’s loaded onto the window.

Maybe work on making the player move later.