This project is a Blazor WebAssembly project where we design, model, implement, and play common board and card games.
You can see the deployed site here: https://blazorgames.net/
This project is used in many blog posts on my site, including:
- Minesweeper in Blazor WebAssembly Part 1: C# Implementation
- Minesweeper in Blazor WebAssembly Part 2: The Blazor Component
- Setting the Page Title in a Blazor App
- Deploying a .NET Core Blazor App to Netlify using GitHub Actions
- Conway's Game of Life (With Emojis!) in C# and Blazor WebAssembly
- Yahtzee in Blazor WebAssembly Part 1: The C# Model
- Yahtzee in Blazor WebAssembly Part 2: The Blazor Component
More to come! Pull requests are welcome on this project.