I'm learning C# and currently making a Naughts and Crosses game. I have reached a point where I have a boolean variable that decides the player turn, an input where the player would like to place their turn and the actual board in it's own class.I'm learning C# and currently making a Naughts