Files
NNG/Game/Levels/Tutorial.lean
2023-08-04 21:30:07 +01:00

16 lines
432 B
Lean4
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
import Game.Levels.Tutorial.01_rfl
import Game.Levels.Tutorial.02_rw
import Game.Levels.Tutorial.03_rw_practice
import Game.Levels.Tutorial.04_zero_succ_one
World "Tutorial"
Title "Tutorial World"
Introduction
"
In this world we start introducing the natural numbers `` and addition. We will also learn some basic tactics, which are the tools we will use to prove theorems in this game.
Click on \"Next\" to dive right in!
"