From 8364f5b9a289feca73a05635cb09e15b90699624 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89tienne=20Reuh=20Fildadut?= Date: Sat, 1 Jun 2024 13:53:24 +0200 Subject: [PATCH] [doc] tutorial outline --- doc/tutorial.md | 44 +++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 43 insertions(+), 1 deletion(-) 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