start on Algorithm world
This commit is contained in:
12
Game/Levels/Algorithm.lean
Normal file
12
Game/Levels/Algorithm.lean
Normal file
@@ -0,0 +1,12 @@
|
||||
import Game.Levels.Algorithm.L01
|
||||
|
||||
World "Algorithm"
|
||||
Title "Algorithm World"
|
||||
|
||||
Introduction
|
||||
"
|
||||
Proofs like $2+2=4$ and $a+b+c+d+e=e+d+c+b+a$ are very tedious to do by hand.
|
||||
In Algorithm World we learn how to get the computer to do them for us.
|
||||
|
||||
Click on \"Start\" to proceed.
|
||||
"
|
||||
0
Game/Levels/Algorithm/all_levels.lean
Normal file
0
Game/Levels/Algorithm/all_levels.lean
Normal file
Reference in New Issue
Block a user