start on Algorithm world

This commit is contained in:
Kevin Buzzard
2023-10-26 21:03:06 +01:00
parent 99e1017361
commit f3cdfc9dd1
2 changed files with 12 additions and 0 deletions

View 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.
"

View File