
World Battles
This game is from ldjam.com, which is currently unavailable.
You can try viewing the original page on Web Archive (may not load correctly).
You can try viewing the original page on Web Archive (may not load correctly).
Pretty simple game, I still struggle to get enough done during the time limit.
The game was programmed in Rust and cross-complied to javascript
(asm.js although it works with wasm as well). Whilst I like Rust for large projects for quick things
like this it felt like it got in the way, dynamic typing/inheritance tend to be pretty useful for
this. I might try Rust a few more times to see if it gets easier as more libraries turn up.
* Source code: https://gitlab.com/Thinkofname/ld38
The game was programmed in Rust and cross-complied to javascript
(asm.js although it works with wasm as well). Whilst I like Rust for large projects for quick things
like this it felt like it got in the way, dynamic typing/inheritance tend to be pretty useful for
this. I might try Rust a few more times to see if it gets easier as more libraries turn up.
Links
* Web: https://thinkofname.itch.io/world-battles* Source code: https://gitlab.com/Thinkofname/ld38