Summer Programming 2014 – Dev. Post 13


I don’t have access to an internet connection at the moment so this post is actually written offline and will probably be posted tomorrow night alongside that days post.
Today I’ve been configuring something I’d like to call the Score Manager (it used to be the Stat Manager but I changed the name since it wa sto similar to the State Manager) whose job is to keep track of all the in-game stats, like remaining lifes, score, hiscore and so on. The main reason to make this into a manager and not a part of the Player Object is because I’d like to for this info to be available from everywhere, not just the Player Object.
Other than that I’ve been investigating the problems I’ve had with drawing objects, I’ll go into more detail in tomorrows post which should be posted later today (confusing, huh?).