Java program to play the game of TicTacToe

4 videos • 54 views • by CodeWithBK A series of videos explaining how to code the game of TicTacToe from scratch. Starting from i) creating a solution for the game, then coding it into a simple text based command line game ii) refactoring the code into an OOP approach, so that the code can be integrated with a GUI iii) creating a GUI in Java Swing to play the game iv) creatine a GUI in JavaFX to play the game v) creatine a GUI in JavaFX using Scene Builder and FXML