Using Blazor WebAssembly and C# to Build Tic-Tac-Toe in .NET Core
Let's build the classic kids' game using Blazor, C#,and .NET Core! As always, there's a sample project included.
Stories about modeling real-world problems, such as board games like UNO and Battleship, with code.