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.
46 lines
964 B
Plaintext
46 lines
964 B
Plaintext
import TestGame.Metadata
|
|
|
|
import TestGame.Levels.Proposition
|
|
import TestGame.Levels.Implication
|
|
import TestGame.Levels.Predicate
|
|
import TestGame.Levels.Contradiction
|
|
import TestGame.Levels.Prime
|
|
import TestGame.Levels.Sum
|
|
import TestGame.Levels.Induction
|
|
|
|
import TestGame.Levels.Numbers
|
|
import TestGame.Levels.Inequality
|
|
|
|
import TestGame.Levels.LeanStuff
|
|
import TestGame.Levels.SetTheory
|
|
import TestGame.Levels.Function
|
|
import TestGame.Levels.SetFunction
|
|
import TestGame.Levels.LinearAlgebra
|
|
|
|
|
|
|
|
Game "TestGame"
|
|
Title "Lean 4 game"
|
|
Introduction
|
|
"
|
|
TODO
|
|
"
|
|
|
|
Conclusion
|
|
"Fertig!"
|
|
|
|
|
|
Path Proposition → Implication → Predicate
|
|
Path Predicate → Contradiction → Sum → LeanStuff
|
|
Path LeanStuff → SetTheory → SetTheory2 → SetFunction
|
|
|
|
Path Predicate → Prime → Induction
|
|
Path Sum → Inequality → Induction
|
|
Path Inequality → LeanStuff
|
|
|
|
Path SetTheory2 → Numbers
|
|
Path Module → Basis → Module2
|
|
Path LeanStuff → Function → SetFunction
|
|
|
|
MakeGame
|