Skip to content

Latest commit

 

History

History
27 lines (13 loc) · 563 Bytes

README.md

File metadata and controls

27 lines (13 loc) · 563 Bytes

Tzaar

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:

and Blazor SignalR extension:

https://github.com/BlazorExtensions/SignalR.