TP_13 exo2: Finish the implementation of a basic tic-tac-toe game.
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Wed, 22 Mar 2017 22:24:34 +0000 (23:24 +0100)
committerJérôme Benoit <jerome.benoit@piment-noir.org>
Wed, 22 Mar 2017 22:24:34 +0000 (23:24 +0100)
commit811d4abe716c4d14629cee5beda1e1f3cff979bc
tree721f61aeacfdd2ecd01fd0c38a82d4720d2acb80
parentee5eaefbd7a82c48cda43b24f518ba8b681e0472
TP_13 exo2: Finish the implementation of a basic tic-tac-toe game.

Next will be the AI and the play again feature.

Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
.gitignore
README
TP_13/exo1/lib/macros.h
TP_13/exo2/Makefile
TP_13/exo2/README
TP_13/exo2/lib/coordinates.c
TP_13/exo2/lib/coordinates.h
TP_13/exo2/lib/display.c
TP_13/exo2/lib/display.h
TP_13/exo2/lib/macros.h
TP_13/exo2/src/main.c