You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
795 B
Plaintext
23 lines
795 B
Plaintext
import NNG.Levels.AdvProposition.Level_1
|
|
import NNG.Levels.AdvProposition.Level_2
|
|
import NNG.Levels.AdvProposition.Level_3
|
|
import NNG.Levels.AdvProposition.Level_4
|
|
import NNG.Levels.AdvProposition.Level_5
|
|
import NNG.Levels.AdvProposition.Level_6
|
|
import NNG.Levels.AdvProposition.Level_7
|
|
import NNG.Levels.AdvProposition.Level_8
|
|
import NNG.Levels.AdvProposition.Level_9
|
|
import NNG.Levels.AdvProposition.Level_10
|
|
|
|
|
|
Game "NNG"
|
|
World "AdvProposition"
|
|
Title "Advanced Proposition World"
|
|
|
|
Introduction
|
|
"
|
|
In this world we will learn five key tactics needed to solve all the
|
|
levels of the Natural Number Game, namely `constructor`, `rcases`, `left`, `right`, and `exfalso`.
|
|
These, and `use` (which we'll get to in Inequality World) are all the
|
|
tactics you will need to beat all the levels of the game.
|
|
" |