makepkg PKGBUILD
``` cargo build --release
./target/release/tictactoe-rust ```
just input
start
or
s
in playing page, ``` X|O|X .|X|O O|.|.
the coordinates according to the pieces
(0, 0) | (1, 0) | (2, 0)
(0, 1) | (1, 1) | (2, 1)
(0, 2) | (1, 2) | (2, 2)
so just input
0 0
or
1, 2
```
Enter the game and input
2 3 bc
Player1's piece will then be ● .
You can also put your own.
2 3 [your own emoji]
Let AI1 fight AI2:
1 3 s
or
(command line) ./tictactoe-rust -m CVC
(stdin) s