-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
df9ec46
commit 94a5b97
Showing
1 changed file
with
11 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 ♥!!!!! |