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.
![Tetris in Blazor Part 2: Cells, the Grid, and the Game State](https://exceptionnotfound.net/content/images/2021/03/tetris-complete-game.png)
All posts that include links to a sample project on GitHub.