top of page

Saving
Over a hundred variable are saved to a text file in the public user directory. This includes the number of turtles, the number of towers, which achievements were bought, and the efficiency of each tower. The file is written with the built-in C# text writer. The text is encrypted with a key that changes with every variable. Loading reads all the variables and writes them into the correct scripts.
bottom of page