12 lines
89 B
Markdown
Raw Normal View History

2016-03-25 16:47:20 -07:00
# game
A #microbit game library.
Gets the current score
```
init()
return _score
```