This project is a collection of games, including two classic board games: Connect Four and SOS. Developed in C#, it's suited for players who enjoy strategy games. The project offers the functionality for players to compete against each other, and it can be run and played directly from the console.
Connect Four Game: Two players take turns dropping colored discs into a seven-column, six-row vertically suspended grid. The first player to form a horizontal, vertical, or diagonal line wins. SOS Game: Players alternately place "S" or "O" into a grid, aiming to create a sequence of "SOS" in a horizontal, vertical, or diagonal arrangement.
Download and extract the project files. Open GameDesign.sln using Visual Studio. Build and run the project, following the instructions on the console to play the games.
- C#
- .NET Framework
- Visual Studio