diff --git a/README.md b/README.md new file mode 100644 index 0000000..84a5526 --- /dev/null +++ b/README.md @@ -0,0 +1,11 @@ +# javaFX_tic_tac_toe +This is a basic mini project on TicTacToe Game designed using JavaFX. + +This is a very basic and easy project to start with javaFX GUI programming. + +In this mini game, currently only Player vs Player mode is available. +However anyone interested person can implement Player vs Computer mode also. + +IDE used : IntelliJ IDEA Community Edition + +Thanks for reading this and Enjoy Coding ♥!!!!!