Go use gumball989's version if you want updates, this is just an example: https://turbowarp.org/1259106847/ Joystick: arrow keys = directions space bar = joystick button Console Switches: 1 = reset 2 = select 3 = black & white/color 4 = player 1's difficulty switch 5 = player 2's difficulty switch
Scratch can do hex to decimal conversions on its own by just attaching a "0x" in front of them. no need for a LUT. You also could get some speed improvement by doing opcode reads and memory operations fully in decimal rather than converting to hex- the only time you should really ever be converting between bases is maybe decimal to binary for certain operations.