A simple tit-tac-toe game written in ISO C89
If compiled on a Linux machine the ncurses library must be installed. To install it, run the following commands.
- If you use the Apt package manager:
sudo apt-get -y install libncurses5-dev libncursesw5-dev
- If you use rpm:
sudo yum install ncurses-devel ncurses