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.
14 lines
465 B
Plaintext
14 lines
465 B
Plaintext
import TestGame.Levels.Function.L01_Function
|
|
import TestGame.Levels.Function.L02_Let
|
|
import TestGame.Levels.Function.L03_Composition
|
|
import TestGame.Levels.Function.L06_Piecewise
|
|
import TestGame.Levels.Function.L07_Injective
|
|
import TestGame.Levels.Function.L07'_Injective
|
|
import TestGame.Levels.Function.L08_Injective
|
|
import TestGame.Levels.Function.L09_Surjective
|
|
import TestGame.Levels.Function.L10_Bijective
|
|
|
|
Game "TestGame"
|
|
World "Function"
|
|
Title "Abbildungen"
|