TP 13 exo2: Add the code structure and some basic displaying routines for the tic...
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Wed, 15 Mar 2017 22:06:02 +0000 (23:06 +0100)
committerJérôme Benoit <jerome.benoit@piment-noir.org>
Wed, 15 Mar 2017 22:06:02 +0000 (23:06 +0100)
commit7515f89753dd7d16c4f2a9b11003f67d8148eb09
tree95bd27f35983a8a74ed868468d28f4cb31e01409
parent210f7f057cbb8acbc783ffd1ac7333d6cf613ce4
TP 13 exo2: Add the code structure and some basic displaying routines for the tic tac toe game

Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
TP_13/exo1/lib/macros.h
TP_13/exo2/Makefile [new file with mode: 0644]
TP_13/exo2/lib/display.c [new file with mode: 0644]
TP_13/exo2/lib/display.h [new file with mode: 0644]
TP_13/exo2/lib/macros.h [new file with mode: 0644]
TP_13/exo2/lib/utils.c [new file with mode: 0644]
TP_13/exo2/lib/utils.h [new file with mode: 0644]
TP_13/exo2/src/main.c [new file with mode: 0644]