Skip navigation

Monthly Archives: April 2012

Found a useful link on C# operators:
http://msdn.microsoft.com/en-us/library/6a71f45d.aspx

Been working on the game over the bank holiday weekend and today I’ve cloned some levels so I can get the Level Select working with 5 basic levels. Now when you complete a level you’re taken to the Level Select screen and can select another one but I need to get:

  • Levels 2 onwards locked and only unlocking when you complete the preceding level.
  • Save games storing which levels you’ve unlocked
  • Some sort of Level Complete screen that allows you proceed to the next level, replay this level or go to the level select screen.

Level Select Screen