Skip to content

Latest commit

 

History

History
5 lines (5 loc) · 428 Bytes

README.md

File metadata and controls

5 lines (5 loc) · 428 Bytes

TicTacToe

This is the tradititional tic tac toe game where one can win by placing the same characters either in a row or column or main diagonal. You can either choose from O or X but keep in mind X gets a chance to make the move first. In order to make your move first specify the row number then the column number seperated by a space. Lastly the number at the end of the the file tictactoe specifies the size of the board.