Add the basic code to make othello playable without any rule checks
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Wed, 26 Apr 2017 22:18:16 +0000 (00:18 +0200)
committerJérôme Benoit <jerome.benoit@piment-noir.org>
Wed, 26 Apr 2017 22:18:16 +0000 (00:18 +0200)
commit74e2b93b658575fa792ada51c3bf1cdc3cfde247
tree363937453044421ccfc4c83072ca10873a89d1db
parent2e5c189444a82df0d9127c94322ec4e3b159dcce
Add the basic code to make othello playable without any rule checks

Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
lib/constants.c
lib/constants.h
lib/othello.c
lib/othello.h
lib/ui.c
lib/ui.h
src/main.c