Part 12 - Creating a game (Dynamic Tic Tac Toe\Gomoku\Five In a Row C# Console)

Опубликовано: 11 Февраль 2026
на канале: Maximum Code
2,413
26

Create a dynamic like Game "Tic Tac Toe" or Five in a row, also called Gomoku. Since this is a dynamic game, it can be any board size and any win in a row using C# Console.

Sorry, the video is a bit long, but based on previous comments, we wanted to give you as many details as possible. Enjoy the video, and thank you for your support.

0:00 Review of Tic Tac Toe game
7:10 Separate Game Logic from UI (Refactoring Code)
24:18 Review and prepare the Code for Dynamic "Win in a Row"
33:12 Modify DrawGameBoard method to be dynamic
59:48 Validation of Dynamic game engine
1:14:05 Incorporate the dynamic game engine into current code
1:21:57 Add dynamic rules for winning move and draw
1:52:12 Finish the console game

Playlist:    • Part 0 - Intro Want to learn C#: Learn C# ...  

Game Code: https://github.com/MaxAkbar/WinAnyInA...