Skip to content

Instantly share code, notes, and snippets.

@jeremyredhead
Last active January 21, 2019 06:07
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 jeremyredhead/5ef4974e5ecfa821ac87e15497cbb509 to your computer and use it in GitHub Desktop.
Save jeremyredhead/5ef4974e5ecfa821ac87e15497cbb509 to your computer and use it in GitHub Desktop.
SCRIPT-8
{
"0": {
"0": {
"0": 0
},
"1": {
"0": 1
}
}
}
draw = () => {
print(0, 0, 'Hello world!', 0)
}
{
"0": [
"0g37",
"1a#37",
"2a37",
"4f#37",
"7e37",
"9f37"
],
"1": [
"0g37",
"1a#37",
"2a37",
"4f#37",
"7e37",
"9f37",
"12f27"
]
}
{
"0": [
"00000000",
"11111100",
"22222111",
"33332222",
"44433333",
"55444444",
"65555555",
"66666666"
],
"1": [
" 1 ",
" 1 2 ",
" 211 ",
" 22 1 ",
" 1221 ",
"1111111 ",
"11 ",
" "
],
"2": [
" ",
" 0000 ",
" 00000 ",
"0000000 ",
"000 0000",
" 00000 ",
" 000 00 ",
" 0000 "
],
"3": [
" 4 4 ",
" 0 0 ",
" 4 4 ",
" ",
"3 3",
"33 33",
" 333333 ",
" "
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment