/Tic-Tac-Toe-Board

A JavaFX program that displays a tic-tac-toe board. A GridPane layout is used where each cell may be an ‘X’ image, an ‘O’ image, or empty. What to display at each cell is randomly decided.

Primary LanguageJava

No issues in this repository yet.