pxt-calliope/docs/reference/game.md
Peli de Halleux cdd4798945 namspace docs
2016-04-05 13:23:42 -07:00

119 B

Game

game.addScore(1);
game.score();
game.startCountdown(10000);
game.gameOver();
game.setScore(0);