Skip to content

mahdiahmadii/tictactoeGame

Repository files navigation

tictactoeGame

a simple terminal based game!

image_of_start_menu

description

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.

build with

  • java

author

** mahdi Ahmadi **

mahdi203ahmadi82@gmail.com

git_hub

How to use

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

WhatchGamePlay

game_play