Release

Space Escort

11

BGelais 2021-05-18 15:24

Remake of a Vic-20 game. With some twists. Enjoy!

Space Escort.nx | Open in app
2021-05-18 20:03
Space Escort.nx | Open in app
2021-05-18 15:24

was8bit 2021-05-18 16:17

Another "rock star" game :D


BGelais 2021-05-18 20:04 (Edited)

little quick code update since I just discovered the simplicity of the NUMBER command for Score, high and shield print display with n digits! :D


Timo 2021-05-18 21:12

String operations are one of the most (virtual) CPU expensive. That’s why I added NUMBER :)


BGelais 2021-05-18 22:14

not only CPU but tokens too lol

compared:

number 0,1,score,6

rather than

sc$=right$("000000"+str$(score),6)
text 0,1,sc$


was8bit 2021-05-18 22:46

Clever code though ;)


Log in to reply.