Skip to content

Instantly share code, notes, and snippets.

@leenattress
Created April 8, 2021 07:12
Show Gist options
  • Save leenattress/ab46658084fa2267c959a36da6de55b1 to your computer and use it in GitHub Desktop.
Save leenattress/ab46658084fa2267c959a36da6de55b1 to your computer and use it in GitHub Desktop.
SCRIPT-8
init = state => {
plx: 15
ply: 15
}
update = (state, input, elapsed) => {
}
draw = state => {
sprite(state.plx, state.ply, 0)
}
{
"iframeVersion": "0.1.280",
"lines": [
11,
0,
0,
0,
0,
0,
0,
0
]
}
{
"0": [
" ",
" 22 ",
" 00 ",
" 11 ",
" 11 ",
" 0000 ",
" 0 33 0 ",
" 0 33 0 "
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment