pxt-calliope/olddocs/js/game-library/game-over.md
2016-06-01 21:19:16 -07:00

13 lines
167 B
Markdown

# Game Over
You can end the game by calling the `game -> game over` function:
```blocks
game.gameOver()
```
### Lessons
[game of chance](/lessons/game-of-chance)