Skip to content

A simple tic-tac-toe game that is written in ISO C89.

Notifications You must be signed in to change notification settings

charisoudis/TicTacToe-in-C

Repository files navigation

TicTacToe-in-C

A simple tit-tac-toe game written in ISO C89

Compilation

Dependencies on Linux

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

About

A simple tic-tac-toe game that is written in ISO C89.

Topics

Resources

Stars

Watchers

Forks