This commit is contained in:
Peter Cottle 2013-01-12 00:18:57 -08:00
parent 895d186b36
commit 0b81e90137
4 changed files with 186 additions and 54 deletions

View file

@ -11,6 +11,7 @@ exports.dialog = [{
' * Enter the series of git commands that compose the (optimal) solution',
' * Define the goal tree with ```define goal```. Defining the goal also defines the solution',
' * Optionally define a hint with ```define hint```',
' * Edit the name with ```define name```',
' * Optionally define a nice start dialog with ```edit dialog```',
' * Enter the command ```finish``` to output your level JSON!'
]