LoginLogin
Nintendo shutting down 3DS + Wii U online services, see our post

Tetris (2QSP)

Root / Submissions / [.]

NathanielCreated:
Version:Size:
they said it couldn't be done

Instructions:

run the file named "NA-TETRIS" to begin left / right / down - move piece up - rotate piece

Notes:

Created for the End of 2019 Programming Contest

cool now i can play some tetris lol

I think you can shorten that ON GOTO:
...ON!L+!R GOTO@0,@1,@2 DEF...
...GOTO"@"+"012"[!L+!R]DEF...
...GOTO"@"+STR$(!L+!R)DEF...