Skip to content

Commit

Permalink
Add worlds
Browse files Browse the repository at this point in the history
  • Loading branch information
xhalo32 committed Oct 3, 2024
1 parent ee9fb32 commit 3459c4f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Game.lean
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ import Game.Levels.DisjunktioJaKonjunktio
import Game.Levels.Aritmetiikka
import Game.Levels.Yhteenlasku
import Game.Levels.Kertolasku
import Game.Levels.Negaatio
import Game.Levels.UniversaaliKvanttori

-- Here's what we'll put on the title screen
Title "Konsruktiivinen logiikka ja formaali todistaminen"
Expand Down Expand Up @@ -58,6 +60,8 @@ Dependency Johdanto → Peruslogiikka
Dependency Peruslogiikka → Disjunktio
Dependency Peruslogiikka → Konjunktio
Dependency Peruslogiikka → Implikaatio
Dependency Peruslogiikka → Negaatio
Dependency Implikaatio → UniversaaliKvanttori
Dependency Disjunktio → DisjunktioJaKonjunktio
Dependency Konjunktio → DisjunktioJaKonjunktio
Dependency Implikaatio → Aritmetiikka
Expand Down

0 comments on commit 3459c4f

Please sign in to comment.