Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 330 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 330 Bytes

TicTacToe

TicTacToe game written in C++ it has 2 options one to play against computer one to play with another player

-while i was designing playing against computer i just wanted the computer to fill a random blank spot on the table so it is very stupid player you would probably win

Compilation

$g++ tictactoe.cpp