Classic "TicTacToe" game on the terminal; made with C++ and ncurses.
TicTacToe depends on ncurses, it's used to show cute things on the terminal.
| Distro | Installation command |
|---|---|
| Debian based distro | sudo apt install libncurses-dev |
| Arch Linux | sudo pacman -S ncurses |
| Mac | brew install ncurses |
| Windows | Cygwin ncurses and libiconv |