Skip to content

Level 1 - Get Moving

Objective

Move the elf to collect the lollipops and get to the KringleCon entrance at dict location {"x":2,"y":2}.

Hint

Hint: You can click on the Elf picture in the OBJECT HELP menu for information on all of the elf move functions.

Map 1

Solution

1
2
3
import elf, munchkins, levers, lollipops, yeeters, pits
elf.moveLeft(10)
elf.moveUp(10)