Game Programming – Assignment day 14

Created the State manager class and several state classes.

Need to move the code in engine to the game state class.

Tried improving the way the player start position was loaded from a file, will need to get back on that.

Managed to make a bullet object spawn at the player ship cannon. Now I need a way to make it move as well as a way to make it possible for several bullets to exist at the same time, states will no doubt be important to achieve this.

Will probably need to play around with different states in a separate object to get comfortable with how they work.