ConnectFour with Blazor Server & WebAssembly
Connect Four (also known as Four in a Row, Four in a Line, Drop Four) is a two-player connection board game in which the players first choose a color and then take turns dropping one colored disc from the top into a seven-column, six-row vertically suspended grid. Read more
The repository consists of 4 projects:
- ConnectFourLogic: The c# class library contains the core game logic.
- ConnectFourUiLib: Razor component library contains pure UI components
- ConnectFourServer: Blazor Server project
- ConnectFourWebAssembly: Blazor WebAssembly project
The ConnectFour is an experimental project with Blazor technology.
Currently, ConnectFour supports only Easy
-Level game strategy against computer. It could be extended with multi-player and medium/hard level strategies.