Hey, I uploaded the wasm cart file of the most recent version. Hope it works and enjoy!
grouter
Creator of
Recent community posts
I actually did not write any pure wasm code. I wrote the whole game in c++ and then compiled it to wasm, as you would normally do.
However, I used wasm-4 library (as this is a wasm-4 game jam entry), which took care of drawing the framebuffer and playing sounds for me. Since the library is very simple, I did not have any problems doing stuff right away.
I am glad you liked the game! It is indeed demo-like since I am working on a bigger project (with similar weird geometry stuff), and I don't really have time to further polish this game. After all, this game was just an exploration of the bigger project from a different perspective.
Sadly, I also don't have time to write devlogs, so there isn't one. Sorry :(. Maybe someday I'll manage to write something, but no promises.