namspace docs

This commit is contained in:
Peli de Halleux
2016-04-05 13:23:42 -07:00
parent 0f56142317
commit cdd4798945
9 changed files with 194 additions and 322 deletions

12
docs/reference/game.md Normal file
View File

@ -0,0 +1,12 @@
# Game
```cards
game.addScore(1);
game.score();
game.startCountdown(10000);
game.gameOver();
game.setScore(0);
```