This is a SCRIPT-8 cassette.
Created
November 16, 2019 14:23
-
-
Save ShinYHubgit/49ef053288a4f99c2a782102d4a0b4e9 to your computer and use it in GitHub Desktop.
SCRIPT-8
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
init = state => { | |
} | |
update = (state, input, elapsed) => { | |
} | |
draw = state => { | |
} | |
//sprites 0 - 8 are Run And Gun Boy, 9 is O-Tank. enjoy! i did use some inspiration from Johan Vinet but tried to make it my own, /ShinY |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"iframeVersion": "0.1.272", | |
"lines": [ | |
10, | |
0, | |
0, | |
0, | |
0, | |
0, | |
0, | |
0 | |
] | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"0": [ | |
" ", | |
" 5546 ", | |
" 55001 ", | |
" 40707 ", | |
" 6500163", | |
"6 6555 ", | |
" 5665 ", | |
" 6 6 " | |
], | |
"1": [ | |
" ", | |
" 5546 ", | |
" 55001 ", | |
" 40707 ", | |
" 6500163", | |
"6 6555 ", | |
" 56656 ", | |
" 6 " | |
], | |
"2": [ | |
" 5546 ", | |
" 55001 ", | |
" 40707 ", | |
" 6500163", | |
"6 6555 ", | |
" 56656 ", | |
" 6 ", | |
" " | |
], | |
"3": [ | |
" 5546 ", | |
" 55001 ", | |
" 40707 ", | |
" 6500163", | |
"6 6555 ", | |
" 65665 ", | |
" 6 ", | |
" " | |
], | |
"4": [ | |
" ", | |
" 5546 ", | |
" 55001 ", | |
" 40707 ", | |
" 6500163", | |
"6 6555 ", | |
" 65665 ", | |
" 6 " | |
], | |
"5": [ | |
" ", | |
" ", | |
" 5546 ", | |
" 55001 ", | |
" 40707 ", | |
"66600163", | |
" 5665 ", | |
" 6 6 " | |
], | |
"6": [ | |
" ", | |
" 5546 ", | |
" 55001 ", | |
"640707 ", | |
" 6500163", | |
" 6555 ", | |
" 56656 ", | |
" 6 " | |
], | |
"7": [ | |
" ", | |
" 5546 ", | |
" 55001 ", | |
" 40707 ", | |
"66500163", | |
" 6555 ", | |
" 65665 ", | |
" 6 " | |
], | |
"8": [ | |
" ", | |
" ", | |
" 5546 ", | |
" 55001 ", | |
"640707 ", | |
" 6600163", | |
" 5665 ", | |
" 6 6 " | |
], | |
"9": [ | |
"77777777", | |
"76656567", | |
" 777777 ", | |
"76601567", | |
"76601567", | |
" 777777 ", | |
"76656567", | |
"77777777" | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment