Field drawing and mouse check done

This commit is contained in:
2022-09-21 11:37:13 +02:00
commit dbde563de4
71 changed files with 1040 additions and 0 deletions

3
Tic-Tac-Toe/Program.cs Normal file
View File

@@ -0,0 +1,3 @@
using var game = new Tic_Tac_Toe.Game1();
game.Run();