Tetris in Blazor Part 2: Cells, the Grid, and the Game State
Let's start the process of making Tetris in Blazor by building the C# classes for the grid, the cells, and the game state.
All posts that include links to a sample project on GitHub.