Skip to content

Instantly share code, notes, and snippets.

@YellowAfterlife
Created May 11, 2014 18:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save YellowAfterlife/83f159e29cb3e1572f04 to your computer and use it in GitHub Desktop.
Save YellowAfterlife/83f159e29cb3e1572f04 to your computer and use it in GitHub Desktop.
case "intro":
map([
[ 000, 031, 031, 031, 000, ],
[ 031, 014, 014, 031, ],
[ 031, 014, 184, 014, 184, ],
[ 031, 014, 014, 042, ],
[ 000, 031, 031, 031, 000, ],
[ 312, 000, 000, 000, ],
], 4);
put(2, 2);
on(4, 2, function() move(1, 2));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment