Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 290 Bytes

readme.md

File metadata and controls

24 lines (20 loc) · 290 Bytes

A simple terminal based tic-tac-toe game

---------
| X O X |
| _ O _ |
| X O _ |
---------

Enter your moves like this:

Row + SPACE + Column + ENTER

For example:

1 2 + ENTER

---------
| _ X _ |
| _ _ _ |
| _ _ _ |
---------

The first move is player 'X'.