Skip to content

Instantly share code, notes, and snippets.

@cooljith91112
Created August 16, 2018 10:50
Show Gist options
  • Save cooljith91112/0430abb34963ae0775105ecffd34b651 to your computer and use it in GitHub Desktop.
Save cooljith91112/0430abb34963ae0775105ecffd34b651 to your computer and use it in GitHub Desktop.
SCRIPT-8
initialState = {
actors: [
]
}
update = (state, input, elapsed) => {
}
drawActors = (state, fade) => {
state.actors.forEach(actor => {
})
}
draw = state => {
clear()
}
{
"0": [
" ",
" ",
" 0 ",
" ",
" ",
" ",
" 0 0 ",
" "
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment