ricardoboss / Prolangle

A game about programming languages.
https://prolangle.ricardoboss.de
MIT License
2 stars 1 forks source link

Persist game history across sessions #22

Open ricardoboss opened 8 months ago

ricardoboss commented 8 months ago

Via localstorage for example.

Should also record already guessed languages so you can continue later with the same state.

chucker commented 8 months ago

You can use https://github.com/Blazored/LocalStorage to serialize .NET types to LocalStorage.