bump gameserver after fixes
This commit is contained in:
@@ -64,9 +64,9 @@ If you delete it, your progress will be lost!
|
|||||||
"
|
"
|
||||||
|
|
||||||
-- Add manual paths
|
-- Add manual paths
|
||||||
--Dependency Addition → Multiplication → Power
|
Dependency Addition → Multiplication → Power
|
||||||
Dependency Addition → AdvAddition → AdvMultiplication → Inequality → Prime → Hard
|
Dependency Addition → AdvAddition → AdvMultiplication → Inequality → Prime → Hard
|
||||||
Dependency Multiplication → AdvMultiplication
|
Dependency Multiplication → AdvMultiplication
|
||||||
--Dependency AdvAddition → Evendd → Inequality → StrongInduction
|
Dependency AdvAddition → EvenOdd → Inequality → StrongInduction
|
||||||
|
|
||||||
MakeGame
|
MakeGame
|
||||||
|
|||||||
@@ -1,6 +1,4 @@
|
|||||||
import Game.Levels.Addition
|
import Game.Levels.Addition
|
||||||
import Game.Levels.AdvAddition.placeholder
|
|
||||||
|
|
||||||
|
|
||||||
World "AdvAddition"
|
World "AdvAddition"
|
||||||
Title "Advanced Addition World"
|
Title "Advanced Addition World"
|
||||||
|
|||||||
@@ -1,23 +0,0 @@
|
|||||||
import Game.Levels.Addition
|
|
||||||
|
|
||||||
|
|
||||||
World "AdvAddition"
|
|
||||||
Level 1
|
|
||||||
Title "dunno yet"
|
|
||||||
|
|
||||||
open MyNat
|
|
||||||
|
|
||||||
Introduction
|
|
||||||
"
|
|
||||||
placeholder
|
|
||||||
"
|
|
||||||
|
|
||||||
/-- hello mum -/
|
|
||||||
Statement
|
|
||||||
(a : ℕ) : a = a := by
|
|
||||||
rfl
|
|
||||||
|
|
||||||
Conclusion
|
|
||||||
"
|
|
||||||
placeholder
|
|
||||||
"
|
|
||||||
@@ -1,7 +1,5 @@
|
|||||||
import Game.Levels.Multiplication
|
import Game.Levels.Multiplication
|
||||||
import Game.Levels.AdvAddition
|
import Game.Levels.AdvAddition
|
||||||
import Game.Levels.AdvMultiplication.placeholder
|
|
||||||
|
|
||||||
|
|
||||||
World "AdvMultiplication"
|
World "AdvMultiplication"
|
||||||
Title "Advanced Multiplication World"
|
Title "Advanced Multiplication World"
|
||||||
|
|||||||
@@ -1,24 +0,0 @@
|
|||||||
import Game.Levels.Multiplication
|
|
||||||
import Game.Levels.AdvAddition
|
|
||||||
|
|
||||||
|
|
||||||
World "AdvMultiplication"
|
|
||||||
Level 1
|
|
||||||
Title "dunno yet"
|
|
||||||
|
|
||||||
open MyNat
|
|
||||||
|
|
||||||
Introduction
|
|
||||||
"
|
|
||||||
placeholder for advanced multiplication world
|
|
||||||
"
|
|
||||||
|
|
||||||
/-- hello mum -/
|
|
||||||
Statement
|
|
||||||
(a : ℕ) : a = a := by
|
|
||||||
rfl
|
|
||||||
|
|
||||||
Conclusion
|
|
||||||
"
|
|
||||||
placeholder
|
|
||||||
"
|
|
||||||
@@ -1 +1,7 @@
|
|||||||
import Game.Levels.EvenOdd.placeholder
|
import GameServer.Commands
|
||||||
|
|
||||||
|
World "EvenOdd"
|
||||||
|
Title "Parity World"
|
||||||
|
|
||||||
|
Introduction
|
||||||
|
""
|
||||||
|
|||||||
@@ -1,23 +0,0 @@
|
|||||||
import Game.Levels.Addition
|
|
||||||
|
|
||||||
|
|
||||||
World "EvenOdd"
|
|
||||||
Level 1
|
|
||||||
Title "dunno yet"
|
|
||||||
|
|
||||||
open MyNat
|
|
||||||
|
|
||||||
Introduction
|
|
||||||
"
|
|
||||||
placeholder
|
|
||||||
"
|
|
||||||
|
|
||||||
/-- hello mum -/
|
|
||||||
Statement
|
|
||||||
(a : ℕ) : a = a := by
|
|
||||||
rfl
|
|
||||||
|
|
||||||
Conclusion
|
|
||||||
"
|
|
||||||
placeholder
|
|
||||||
"
|
|
||||||
@@ -1 +1,7 @@
|
|||||||
import Game.Levels.Hard.placeholder
|
import GameServer.Commands
|
||||||
|
|
||||||
|
World "Hard"
|
||||||
|
Title "Impossible World"
|
||||||
|
|
||||||
|
Introduction
|
||||||
|
""
|
||||||
|
|||||||
@@ -1,22 +0,0 @@
|
|||||||
import Game.Levels.Prime
|
|
||||||
|
|
||||||
World "Hard"
|
|
||||||
Level 1
|
|
||||||
Title "dunno yet"
|
|
||||||
|
|
||||||
open MyNat
|
|
||||||
|
|
||||||
Introduction
|
|
||||||
"
|
|
||||||
placeholder
|
|
||||||
"
|
|
||||||
|
|
||||||
/-- hello mum -/
|
|
||||||
Statement
|
|
||||||
(a : ℕ) : a = a := by
|
|
||||||
rfl
|
|
||||||
|
|
||||||
Conclusion
|
|
||||||
"
|
|
||||||
placeholder
|
|
||||||
"
|
|
||||||
@@ -1,4 +1,5 @@
|
|||||||
import Game.Levels.Inequality.Level_1
|
import GameServer.Commands
|
||||||
|
-- import Game.Levels.Inequality.Level_1
|
||||||
-- import Game.Levels.Inequality.Level_2
|
-- import Game.Levels.Inequality.Level_2
|
||||||
-- import Game.Levels.Inequality.Level_3
|
-- import Game.Levels.Inequality.Level_3
|
||||||
-- import Game.Levels.Inequality.Level_4
|
-- import Game.Levels.Inequality.Level_4
|
||||||
|
|||||||
@@ -1,5 +1,4 @@
|
|||||||
import Game.Levels.Addition
|
import Game.Levels.Addition
|
||||||
import Game.Levels.Multiplication.placeholder
|
|
||||||
|
|
||||||
World "Multiplication"
|
World "Multiplication"
|
||||||
Title "Multiplication World"
|
Title "Multiplication World"
|
||||||
|
|||||||
@@ -1,23 +0,0 @@
|
|||||||
import Game.Levels.Addition
|
|
||||||
|
|
||||||
|
|
||||||
World "Multiplication"
|
|
||||||
Level 1
|
|
||||||
Title "dunno yet"
|
|
||||||
|
|
||||||
open MyNat
|
|
||||||
|
|
||||||
Introduction
|
|
||||||
"
|
|
||||||
placeholder
|
|
||||||
"
|
|
||||||
|
|
||||||
/-- hello mum -/
|
|
||||||
Statement
|
|
||||||
(a : ℕ) : a = a := by
|
|
||||||
rfl
|
|
||||||
|
|
||||||
Conclusion
|
|
||||||
"
|
|
||||||
placeholder
|
|
||||||
"
|
|
||||||
@@ -1,5 +1,4 @@
|
|||||||
import Game.Levels.Multiplication
|
import Game.Levels.Multiplication
|
||||||
import Game.Levels.Power.placeholder
|
|
||||||
|
|
||||||
World "Power"
|
World "Power"
|
||||||
Title "Power World"
|
Title "Power World"
|
||||||
|
|||||||
@@ -1,23 +0,0 @@
|
|||||||
import Game.Levels.Multiplication
|
|
||||||
|
|
||||||
|
|
||||||
World "Power"
|
|
||||||
Level 1
|
|
||||||
Title "dunno yet"
|
|
||||||
|
|
||||||
open MyNat
|
|
||||||
|
|
||||||
Introduction
|
|
||||||
"
|
|
||||||
placeholder
|
|
||||||
"
|
|
||||||
|
|
||||||
/-- hello mum -/
|
|
||||||
Statement
|
|
||||||
(a : ℕ) : a = a := by
|
|
||||||
rfl
|
|
||||||
|
|
||||||
Conclusion
|
|
||||||
"
|
|
||||||
placeholder
|
|
||||||
"
|
|
||||||
@@ -1,2 +1,7 @@
|
|||||||
import Game.Levels.Inequality
|
import Game.Levels.Inequality
|
||||||
import Game.Levels.Prime.placeholder
|
|
||||||
|
World "Prime"
|
||||||
|
Title "Prime World"
|
||||||
|
|
||||||
|
Introduction
|
||||||
|
""
|
||||||
|
|||||||
@@ -1,23 +0,0 @@
|
|||||||
import Game.Levels.Inequality
|
|
||||||
|
|
||||||
|
|
||||||
World "Prime"
|
|
||||||
Level 1
|
|
||||||
Title "dunno yet"
|
|
||||||
|
|
||||||
open MyNat
|
|
||||||
|
|
||||||
Introduction
|
|
||||||
"
|
|
||||||
placeholder
|
|
||||||
"
|
|
||||||
|
|
||||||
/-- hello mum -/
|
|
||||||
Statement
|
|
||||||
(a : ℕ) : a = a := by
|
|
||||||
rfl
|
|
||||||
|
|
||||||
Conclusion
|
|
||||||
"
|
|
||||||
placeholder
|
|
||||||
"
|
|
||||||
@@ -1,2 +1,7 @@
|
|||||||
import Game.Levels.Inequality
|
import Game.Levels.Inequality
|
||||||
import Game.Levels.StrongInduction.placeholder
|
|
||||||
|
World "StrongInduction"
|
||||||
|
Title "Strong Induction World"
|
||||||
|
|
||||||
|
Introduction
|
||||||
|
""
|
||||||
|
|||||||
@@ -1,23 +0,0 @@
|
|||||||
import Game.Levels.Inequality
|
|
||||||
|
|
||||||
|
|
||||||
World "StrongInduction"
|
|
||||||
Level 1
|
|
||||||
Title "dunno yet"
|
|
||||||
|
|
||||||
open MyNat
|
|
||||||
|
|
||||||
Introduction
|
|
||||||
"
|
|
||||||
placeholder
|
|
||||||
"
|
|
||||||
|
|
||||||
/-- hello mum -/
|
|
||||||
Statement
|
|
||||||
(a : ℕ) : a = a := by
|
|
||||||
rfl
|
|
||||||
|
|
||||||
Conclusion
|
|
||||||
"
|
|
||||||
placeholder
|
|
||||||
"
|
|
||||||
@@ -31,12 +31,7 @@
|
|||||||
"rev": "354432d437fb37738ed93ac6988669d78a870ed0",
|
"rev": "354432d437fb37738ed93ac6988669d78a870ed0",
|
||||||
"name": "aesop",
|
"name": "aesop",
|
||||||
"inputRev?": "master"}},
|
"inputRev?": "master"}},
|
||||||
{"git":
|
{"path": {"name": "GameServer", "dir": "./../lean4game/server"}},
|
||||||
{"url": "https://github.com/leanprover-community/lean4game.git",
|
|
||||||
"subDir?": "server",
|
|
||||||
"rev": "adb93e30bd0c0364a91b7ee4c606a01d33c5acd4",
|
|
||||||
"name": "GameServer",
|
|
||||||
"inputRev?": "adb93e30bd0c0364a91b7ee4c606a01d33c5acd4"}},
|
|
||||||
{"git":
|
{"git":
|
||||||
{"url": "https://github.com/leanprover/std4",
|
{"url": "https://github.com/leanprover/std4",
|
||||||
"subDir?": null,
|
"subDir?": null,
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ def LocalGameServer : Dependency := {
|
|||||||
|
|
||||||
def RemoteGameServer : Dependency := {
|
def RemoteGameServer : Dependency := {
|
||||||
name := `GameServer
|
name := `GameServer
|
||||||
src := Source.git "https://github.com/leanprover-community/lean4game.git" "adb93e30bd0c0364a91b7ee4c606a01d33c5acd4" "server"
|
src := Source.git "https://github.com/leanprover-community/lean4game.git" "70d30d121248723c5170adcafdaf91f3277a069b" "server"
|
||||||
}
|
}
|
||||||
|
|
||||||
/- Choose dependency depending on the environment variable NODE_ENV -/
|
/- Choose dependency depending on the environment variable NODE_ENV -/
|
||||||
|
|||||||
Reference in New Issue
Block a user