steps towards chinese nng

This commit is contained in:
Jon Eugster
2024-03-27 01:39:16 +01:00
parent fdad0f8a1e
commit 20813a03c1
8 changed files with 1485 additions and 4387 deletions

View File

@@ -17,6 +17,7 @@ import Game.Levels.AdvMultiplication
--import Game.Levels.StrongInduction
--import Game.Levels.Hard
import Game.Levels.Algorithm
import I18n
-- Here's what we'll put on the title screen
Title "Natural Number Game"
@@ -101,7 +102,7 @@ Alternatively, if you experience issues / bugs you can also open github issues:
-- Dependency Implication → Power -- `Power` uses `≠` which is introduced in `Implication`
/-! Information to be displayed on the servers landing page. -/
Languages "English"
Languages "en" "zh"
CaptionShort "The classical introduction game for Lean."
CaptionLong "In this game you recreate the natural numbers $\\mathbb{N}$ from the Peano axioms,
learning the basics about theorem proving in Lean.