Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
This is a simple Tic-Tac-Toe CLI game made in Python.
Check the releases tab for binaries. Built using PyInstaller.
Instructions:
- Input the size of the grid by introducing a number. This will be a square.
- To do a move, input the coordinates of the space you want to play by following this example:
0 1 2 . . .
0 | | | |
1 | | | |
2 | | | |
.
.
.
- X starts first!
- The program will do the rest. Enjoy.