16 lines
321 B
Lean4
16 lines
321 B
Lean4
import Game.Levels.Tutorial.Level_1
|
||
import Game.Levels.Tutorial.Level_2
|
||
import Game.Levels.Tutorial.Level_3
|
||
import Game.Levels.Tutorial.Level_4
|
||
|
||
|
||
World "Tutorial"
|
||
Title "Tutorial World"
|
||
|
||
Introduction
|
||
"
|
||
In this world we start introducing the natural numbers `ℕ` and addition.
|
||
|
||
Click on \"Next\" to dive right into it!
|
||
"
|