public class TicTacToeGame { public static void main(String[] args) { Game game = new Game(); game.start(); } }