12 lines
89 B
Markdown
12 lines
89 B
Markdown
|
# game
|
||
|
|
||
|
A #microbit game library.
|
||
|
|
||
|
Gets the current score
|
||
|
|
||
|
```
|
||
|
init()
|
||
|
return _score
|
||
|
```
|
||
|
|