Under Construction

As of now I am beginning my journey in developing Solar Escape and I will be using this blog as a means of keeping track of my progress.

Tuesday, December 15, 2015

SE on the Simulator

SE Progress on the Simulator

A quick post about the progress on the game in Corona SDK


When the game is run, an instructions method pops up in the middle of the screen for a few seconds so that the user actually knows how to play the game! (That's more than necessary). I used transitioning which is built into the corona SDK that allows images to be displayed for a certain time and then fade away.




In addition to the instructions message, I also added a "GAME OVER" message for when the player crashes into an object.