rocket_wasm
rocket_wasm copied to clipboard
The Rocket game, now compiling to WASM
if enemies appear just right next to the rocket, it probably will die. I thought now they appear randomly, and the program should detect where the rocket is and avoid...
Hi @aochagavia , I have already follow the steps on the hellorust website in order to set up everything. But when I run following command: `cargo build --release --target wasm32-unknown-unknown`...
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...