a simple terminal based game!
Tic-tac-toe is a terminnal based game for one or two players who take turns marking the spaces in a four-by-four grid with X or O. The player who succeeds in placing three of their marks in a horizontal, vertical, or diagonal row is the winner. It is a solved game, with a forced draw assuming best play from both players.
- java
** mahdi Ahmadi **
To play this game all you need is a java compiler (jdk) compile the main.java file to a .class type and run it. **better not to use windoes cmd or intellij terminal cause they may not support the speciall characters