Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 370 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 370 Bytes

Tic-Tac-Toe1

Simulation of Tic-Tac-Toe game in a board size of 3x3. Two Players could play by providing input one after another alternatively at input console. Expected input is by providing coordinate position in space separated format.

Coordinate System:

(1, 3) (2, 3) (3, 3) (1, 2) (2, 2) (3, 2) (1, 1) (2, 1) (3, 1)

Project Task provided by JetBrains Academy.