fixing some game content

This commit is contained in:
Peli de Halleux
2016-06-02 09:13:02 -07:00
parent 3de977c98f
commit 091fbb9db8
6 changed files with 1 additions and 81 deletions

View File

@ -1,13 +1,5 @@
# Start Countdown
The game library supports simple single-player time-based games. The general goal of a game will be to achieve a top score before time runs out of time.
## Block Editor
![](/static/mb/game-library/start-countdown-0.png)
## KindScript
The code below shows a simple game where the user gets to press the button ``A`` as much times as possible in 10 seconds.
```