Skip to content

This is a Connect Four game app built using .NET Razor. The app allows two players to play the game on the same device. The app is built using C# and Razor syntax and is a great example of how to build a simple game app using .NET Razor.

License

Notifications You must be signed in to change notification settings

rahomi/connectfour

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ConnectFour

This is a simple implementation of the classic game Connect Four in dotnet Blazor.

How to Play

The game is played on a vertical board which has seven hollow columns and six rows. Each column has a hole in the upper part of the board, where pieces are introduced. There is a window which shows the board, two labels with the names (and colors) of the players, and a button to start a new game.

The game starts with an empty board.

Players take turns dropping one of their pieces into any of the seven columns, trying to get four in a row vertically, horizontally or diagonally.

The first player to get four in a row wins.

Credits

This project was inspired by this tutorial by DotNet.

License

This project is licensed under the MIT License - see the LICENSE.md file for details.

About

This is a Connect Four game app built using .NET Razor. The app allows two players to play the game on the same device. The app is built using C# and Razor syntax and is a great example of how to build a simple game app using .NET Razor.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published