diff --git a/doc/tutorial.md b/doc/tutorial.md index 30404ce..d35045b 100644 --- a/doc/tutorial.md +++ b/doc/tutorial.md @@ -1 +1,43 @@ -TODO \ No newline at end of file +TODO should mostly be commented code examples instead of long winded explanations + +# Base syntax + +# Running Anselme scripts + +## Script runner + +## Implementing in your game + +# Writing text + +For more information, look at: events + +## Text + +## Choices + +## Tags + +# Variables + +For more information, look at: types + +## Defining variables + +## Functions + +For more information, look at: calling, dispatch, value checking + +# Conditionals + +## If + +## While + +## For + +# Persistence + +# Scripts + +## Checkpoints