Add the basic code structure and build system
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Mon, 24 Apr 2017 19:31:51 +0000 (21:31 +0200)
committerJérôme Benoit <jerome.benoit@piment-noir.org>
Mon, 24 Apr 2017 19:31:51 +0000 (21:31 +0200)
commit480acfeb0ef3b0c4e9ec23ec145c9860ba64095e
treebd9e5b34a341f8f306d47a7d65d152b361127d6e
parent8d5f2ac46580bea46d847882a4ad24c4760fee6a
Add the basic code structure and build system

Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
.gitignore [new file with mode: 0644]
analyse_descendante
lib/constants.h [new file with mode: 0644]
lib/macros.h [new file with mode: 0644]
lib/ui.c [new file with mode: 0644]
lib/ui.h [new file with mode: 0644]
lib/utils.c [new file with mode: 0644]
lib/utils.h [new file with mode: 0644]
src/othello.c [new file with mode: 0644]