Highscore in games like "Bit Invader"?

Is it possible to add a score to the example “Bit Invader”?
If so, how would you do that?

At the moment you wouldn’t be able to store it across sessions. However if you just want to draw a score on the screen, check out Bortels’ amazing new font code: http://twolivesleft.com/Codea/Talk/discussion/92/hershey-roman-simplex-font-release

We’re adding a simple key->value storage API so you can do persistent storage.

Sounds cool :smiley: But as for now, I’m going to stick with the watch(“score”)

I use watch too, it’s easiest :slight_smile:

We’ve added an API so you can save high scores now, it will be available in 1.1.2, which might be the next update if Apple takes any longer to approve 1.1.1. I’ve described it here: http://twolivesleft.com/Codea/Talk/discussion/58/persistent-data

That’ll be great!
I started to learn Lua, just because of this awesome app! :slight_smile: