Begin the client side of TicTacToe

Implemented a way of drawing a gamestate the server sent with the use of javaFx
This commit is contained in:
2021-02-17 03:42:50 +01:00
parent 1942e249b5
commit 8ed0e5196b
12 changed files with 121 additions and 397 deletions

View File

@@ -0,0 +1,3 @@
.root {
-fx-background-image: url("TicTacToe_Grid.png");
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.1 KiB