2022-05-22 11:54:30 +01:00
2022-05-21 22:36:57 +01:00
2022-05-21 22:44:50 +01:00

TicTacToe in C

A simple TicTacToe game written in C in under 2 hours!

Usage

./build

then

./ttt

CPU

There is infact a CPU programmed into this application! You can play against it if you swap out:

41  player_choice('O');

with

41  cpu_choice('O');

Enjoy!

Description
No description provided
Readme 212 KiB
Languages
C 98%
Shell 2%