Imagine a game like Angry Birds, they have hundreds of levels with information stored about each level like your high score, number of stars, and whether it is unlocked or not.
How would we achieve this in C2, surely there must be an easier way than a local storage value (or dictionary) for every single level?