13 lines
167 B
Markdown
Raw Normal View History

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