From: Jérôme Benoit Date: Thu, 23 Mar 2017 19:48:52 +0000 (+0100) Subject: TP 13 exo2: Robustify the current tic-tac-toe implementation X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=a177f80cdc31a9df8097f56a33ae1be7d24ef0af;hp=a177f80cdc31a9df8097f56a33ae1be7d24ef0af;p=TD_C.git TP 13 exo2: Robustify the current tic-tac-toe implementation * Make the round count follow the coordinates array index. And simplify all the loop and conditions depending on it; * Implement the feature allowing to play again. Signed-off-by: Jérôme Benoit ---