Fully Functional Web Build
There is a new web build based on blazor from the same code base as the text versions.

Everything is fully functional, including saving and loading.
Which took a bit of doing, because in order to "save" data in the web, I needed access to local storage, which you don't have in C# in blazor.
Yes, the blazor application is C#, because that's yer only option. But it consumes the VB.NET "engine" as it were.
The main issue in bringing it to the web was in how C# and JS interact, which requires things to be peppered liberally with Async and Await, which VB.NET does, but I do not when I don't have to. Now I have to, because having a blazor web build is of such value that it changes it modified my entire vision of the kinds of games that I make from now on.
Get TOWD
TOWD
A Terminal Based Starvation Simulator
| Status | In development |
| Author | The Grumpy GameDev |
| Genre | Simulation |
More posts
- Food Poisoning!Jul 22, 2025
- A Dialog/Quest System!Jul 11, 2025
- There's a Stats Screen!Jul 06, 2025
- Web Version Canceled, but Map Screen!Jul 05, 2025
- I shipped the web versionJun 29, 2025
- Add Fuel, and all Recipes become VerbsJun 27, 2025
- Infrastructure ChangesJun 24, 2025
- Knapping Skill and Quality of Life ImprovementsJun 21, 2025
- Crafting Recipe Quality of LifeJun 20, 2025
Leave a comment
Log in with itch.io to leave a comment.