Tic Tac Terminal

About

For my CS50x final project, I created a TUI-based Tic-Tac-Toe game, with ncurses, written in C. The user can create a board of arbitrary size, so long as there is space on the screen.

Tic-Tac-Terminal splash screen

Installation

See the github page for more information on how to install tic-tac-terminal. See also the rust rewrite.