Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 185 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 185 Bytes

Example Game:

Player x turn

|-|-|-|
|-|-|-|
|-|-|-|

Enter Position: 1 1

Player o turn

|x|-|-|
|-|-|-|
|-|-|-|

Enter Position: 2 2

Player x turn

|x|-|-|
|-|o|-|
|-|-|-|