- Home
- .NET code examples
- Connect 4 game in Blazor WebAssembly
Connect 4 game in Blazor WebAssembly
Download the Connect 4 game, coded in Microsoft's newest web framework, Blazor WebAssembly.
The order process
When you purchase the code example, you'll be given a ZIP file that contains all the code files that you can download and extract onto your machine.
Software
This is the software that will need to be installed onto your machine.
- Visual Studio 2022. Version 17.9.4 or above. It will work with the free community version.
- .NET 8.0.4 SDK, or above.
Open the Project in Visual Studio
Open up RoundTheCode.Connect4.sln in Visual Studio.
https://localhost:4100 in a web browser.
More Information
This example was done as part of a live coding challenge that we did in YouTube.
In-addition, read about how we created Connect 4 in Blazor WebAssembly. Find out what approach we took, how we built up the application and see the code snippets used.
Give us your anonymous feedback regarding this page, or any other areas of the website.
Watch .NET tutorials
Subscribe to our YouTube channel
Related code examples
Roulette wheel in Blazor WebAssembly
Create Roulette using Blazor WebAssembly. This .NET Blazor Wasm demo is built up with C# and Razor components.