Skip to content

Instantly share code, notes, and snippets.

@BandanaKM
Last active December 23, 2015 19:09
Show Gist options
  • Save BandanaKM/6680447 to your computer and use it in GitHub Desktop.
Save BandanaKM/6680447 to your computer and use it in GitHub Desktop.
alien sandwich_bana.malik
1. place objects in front of you
2. press finger firmly onto object
if finger touches object AND moves completely through object
label 'spread'
execute on all objects
3. press finger firmly onto object
if finger touches object AND does not move completely through object
label 'dishware'
execute on all objects
4. press finger firmly onto object
if finger touches object AND object condenses label 'bread'
execute son all objects
5. if 'dishware' is round, label 'plate'
if 'dishware' is long, label 'knife'
6. pick up object label 'knife'
pick up object label 'spread'
put knife in spread
scoop spread
put on bread
place bread on plate so spread faces up
7. pick up object label 'knife'
pick up object label 'spread' if not 'spread' from previous turn
put knife in spread
scoop spread
put on bread if bread not 'bread' from previous turn
place bread on bread from previous step so bread faces down
8. say 'now i have a peanut butter and jelly sandwhich!'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment