mirror of
https://github.com/dotnet/intro-to-dotnet-web-dev.git
synced 2025-12-06 05:32:03 +01:00
Merge pull request #1 from RishabhRathi-Dev/RishabhRathi-Dev-patch-1
spelling mistake corrected
This commit is contained in:
commit
a1dbb6f86a
|
|
@ -24,7 +24,7 @@ This repository will walk you through Blazor and introduce the following concept
|
|||
- How to construct and use a layout for a Blazor component
|
||||
- How to react to user interactions
|
||||
|
||||
We'll accomllish this by writing a classic four-in-a-row "Connect Four" game that runs in your browser using WebAssembly. In this game, 2 players alternate taking turns placing a gamepiece (typically a checker) in the top of the board. Game pieces fall to the lowest row of a column and the player that places 4 game pieces to make a line horizontally, vertically, or diagonally wins.
|
||||
We'll accomplish this by writing a classic four-in-a-row "Connect Four" game that runs in your browser using WebAssembly. In this game, 2 players alternate taking turns placing a gamepiece (typically a checker) in the top of the board. Game pieces fall to the lowest row of a column and the player that places 4 game pieces to make a line horizontally, vertically, or diagonally wins.
|
||||
|
||||
## Create a new Blazor project
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue