A small game of Tic-Tac-Toe implemented in C with boolean arrays.
Run through gcc with
gcc tic.c -o tic
Launch game with
./tic
The game is meant to be played using the numpad, the numpad represents the squares of the board. Press enter after entering a number.
/* Copyright (C) 2019, Hrafnkell Sigurðarson [email protected] */