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.
Stories about modeling real-world problems, such as board games like UNO and Battleship, with code.