- The Tic Tac Toe Game is implemented in Graphical User Interface.
- Currenlty this game is implemented only for two player. In future computer as a player is added.
- For run Tic Tac Toe (GUI) in you system you want to install some softwares.
- Java JDK
- IDE or Language editor (Any one)
- Notepad
- Sublime Text
- NetBeans
- Atom
- Notepad++
- Open CMD or terminal where your TicTacToe.java file is present.
- First compile the java file using this command.
> javac TicTacToe.java
- After compilation run the file using JVM using this command.
> java TicTacToe
- Download workflow : Link