mirror of
https://github.com/dotnet/intro-to-dotnet-web-dev.git
synced 2025-12-06 05:32:03 +01:00
spelling mistake corrected
accomllish -> accomplish on line 27
This commit is contained in:
parent
2488d1165c
commit
5ecbb9027c
|
|
@ -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 construct and use a layout for a Blazor component
|
||||||
- How to react to user interactions
|
- 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
|
## Create a new Blazor project
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue