Taming WASM: Autosave, RNG, and Bevy Builds
This is one of my first games with Rust and Bevy. The core gameplay came together well, but the web build got tricky after I added autosave—my WASM build broke, and I realized I’d need web-friendly crates for RNG and saving. I also discovered Bevy’s new CLI a bit late in the process.
For now I’m shipping desktop builds (Windows, macOS, Linux) so people can play, have fun, and give feedback while I keep learning Bevy and improving the codebase. Build times and binary sizes are still my biggest pain points hot reload helps, but I’m still paying for some early architectural choices. I’ll revisit the web target once I refactor persistence and RNG for WASM.
Usefull resources:
https://github.com/TheBevyFlock/bevy_cli
https://bevy.org/
Videos from chris biscardi, CLI and Bevy 2d!
Get Terminal Colony: Deep Core
Terminal Colony: Deep Core
Dig deep, manage workers, research tech, and face quantum mysteries in this terminal-style incremental mining game.
Status | In development |
Author | meapps |
Genre | Strategy |
Tags | 2D, building, Clicker, Exploration, Idle, Incremental, Pixel Art, prestige, resource-management, Singleplayer |
Languages | English |
More posts
- Linux Build Works on Pop!_OS 0.3.124 days ago
- Almost There: Bugfix Sprint and Visual Cleanup5 days ago
- I just pushed v0.3.12 go grab it!8 days ago
- Icon Overhaul & Hard coded Fixes (Upcoming Update)9 days ago
- 3.12 is almost here14 days ago
- Update 0.3.11 – Beta Launch + Sound & Language Support24 days ago
- Asset Packaging & Executable Optimization25 days ago
- Shrinking the Build: Packing Assets & Optimizing the Exe26 days ago
- Localization Improvements26 days ago
Leave a comment
Log in with itch.io to leave a comment.