ricardoboss / Prolangle

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

Persist game history across sessions #22

Open ricardoboss opened 11 months ago

ricardoboss commented 11 months ago

Via localstorage for example.

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

chucker commented 11 months ago

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