How can I store player names and scores in a way that is easy to set, retrieve and update? Arrays, objects etc? What are the pro's and con's? Which is more extensible?
I was thinking something like
Players {
[Dan : 500]
[Jess: 600]
[Elvis: 56]
}