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.
|
import Lean.Server.Watchdog
|
|
import GameServer.Commands
|
|
import GameServer.Game
|
|
|
|
Game "TestGame"
|
|
Title "Hello Test"
|
|
|
|
World "Test"
|
|
Level 1
|
|
|
|
Statement : 1 = 1 := sorry
|
|
|
|
MakeGame
|