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

Download NowName your own price

Leave a comment

Log in with itch.io to leave a comment.