Game Programming I – day 4

Continued work on the project for a few hours today, the goal was to print out the player sprite on the screen

Created the classes: SpriteManager and Entity. Entity will be the parent class for all classes of game objects.

Tried making an entity object and load the player sprite into it but encountered a memory access violation which I don’t quite understand.

Will try some more today after a break, otherwise I will need to continue on this tomorrow.