Skip to content

Instantly share code, notes, and snippets.

@jellea
Created October 29, 2012 07:35
Show Gist options
  • Save jellea/3972157 to your computer and use it in GitHub Desktop.
Save jellea/3972157 to your computer and use it in GitHub Desktop.
Play!
$$ = "hot fix"
__ = "push zone"
fixme = [
[ 00, 00, 01, 02, 02, 02 ],
[ 03, 00, 01, 04, 05, 05 ],
[ 03, $$, $$, 04, 00, 00 , __, __],
[ 00, 05, 00, 04, 06, 06 ],
[ 07, 05, 08, 08, 00, 00 ],
[ 07, 09, 09, 09, 00, 00 ]
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment