Loop the Loop
Build coasters with CODE!
Choose a Level
Level 1
Get to the flag
Stars: 0/3
Commands
goMove forward one section
upRaise the track higher
downLower the track down
loopDo a loop-the-loop!
boostSpeed up the car
jumpLaunch off a ramp!
Repeat (do something many times)
repeat 5 { go }
This does "go" 5 times = go go go go go
repeat 3 { go up }
This does "go up" 3 times = go up go up go up
Example: A hill
up up go down down
Example: 3 hills with repeat
repeat 3 { up up go down down go }
🎢
All Levels Complete!