rocket_wasm
rocket_wasm copied to clipboard
Support touch screens
Right now the only possible way to play is by using a keyboard. This makes it impossible to play the game on your phone. It would be worthwhile to add touch screen support.
Fortunately, supporting touch screens only requires modifications to index.html. Concretely, the input handling code from line 141 to 159 needs to be adapted.