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!39 days ago
- A Dialog/Quest System!50 days ago
- There's a Stats Screen!55 days ago
- Web Version Canceled, but Map Screen!56 days ago
- I shipped the web version62 days ago
- Add Fuel, and all Recipes become Verbs64 days ago
- Infrastructure Changes67 days ago
- Knapping Skill and Quality of Life Improvements70 days ago
- Crafting Recipe Quality of Life71 days ago
Leave a comment
Log in with itch.io to leave a comment.