pxt-calliope/olddocs/js/game-library/game-over.md

13 lines
167 B
Markdown
Raw Normal View History

2016-03-26 00:47:20 +01:00
# Game Over
You can end the game by calling the `game -> game over` function:
2016-06-02 06:19:16 +02:00
```blocks
2016-03-26 00:47:20 +01:00
game.gameOver()
```
### Lessons
2016-04-13 17:27:45 +02:00
[game of chance](/lessons/game-of-chance)
2016-03-26 00:47:20 +01:00