Github |top| - Learn To Fly 2

The game uses SharedObject (Flash’s version of localStorage ). Open the JavaScript console on the GitHub version and type localStorage.getItem("learnToFly2Data") – you will see your entire save file as a string of numbers. This is a fantastic lesson in data persistence.