Implement the othello board printing
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Tue, 25 Apr 2017 13:21:04 +0000 (15:21 +0200)
committerJérôme Benoit <jerome.benoit@piment-noir.org>
Tue, 25 Apr 2017 13:21:04 +0000 (15:21 +0200)
commit4ddf6f1a0411ed147ba7a2ac178c186ebef374b5
tree879ef1b2661217b2b09388b40b878662d935bf74
parent480acfeb0ef3b0c4e9ec23ec145c9860ba64095e
Implement the othello board printing

And commit the forgotten bits ...

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