static void Main(string[] args) { Board my_board = new Board(); my_board.game('x', 'o'); Console.ReadLine(); }