Implementation of the board game Tzaar with Blazor and SignalR.
Game modes:
- vs Bot
- Pass and Play
- Online
Bot and pass and play modes execute locally in the browser. Online mode matching and play implementation is minimal.
Game can be played here: https://tzaar.azurewebsites.net/
Thanks to these projects for helping me to understand screen resizing and updating:
- https://github.com/aesalazar/AsteroidsWasm
- https://github.com/marcelooliveira/blazor-bricks
and Blazor SignalR extension:
https://github.com/BlazorExtensions/SignalR.