Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 419 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 419 Bytes

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