Replies: 1 comment 2 replies
-
This is awesome!! Nice use of rotation, and the controls are perfect! Would you be interested in hosting the cart on wasm4.org? I'm looking into that bundle bug, thanks for reporting. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I created a simple game in C. I would have preferred to use C++, but the linker was complaining about missing symbols for global destructors and vtables and I couldn't get it to work.
Anyway, you can find the source and cart here. Enjoy.
https://github.com/jzeiber/wasm4-meteoroids
I also created the bundle with the w4 tool, but it doesn't seem to work. Chrome has this message in the console:
meteoroids.html:25 Uncaught (in promise) CompileError: WebAssembly.instantiate(): expected magic word 00 61 73 6d, found 00 00 00 00 @+0
Beta Was this translation helpful? Give feedback.
All reactions