Custom board-sized Tic-Tac-Toe
16 h
Everybody has to start somewhere! My first exercise in my apprenticeship, when i was learning to code.
This training project was a simple console-based implementation of Tic-Tac-Toe developed in C#. Instead of being limited to the classic 3x3 version, the game allows players to define both the board size and the number of connected cells required to win, making the gameplay more flexible and dynamic.