Write a project-game "Tic-Tac-Toe" in C# Visual Studio.
1) The entire code must be recorded so that I can write this code myself based on the video, as I will need to demonstrate and explain this entire code to the teacher;
2) The code must be of the simplest level of complexity, without complex commands, so that I can explain it, meaning the code should look literally "the dumbest", as if it was written by me;
3) There must be an explanation for each line of code;
4) In the design of the game itself: the X's and O's (and the cells and the symbols themselves) must be of different colors;
5) At the end of the game, it must show who the winner is;
6) You can add some additional buttons in the game
7) It is necessary to write technical documentation!!! It must include step-by-step screenshots of the project during the writing process and a description of the actions, a sample is attached
