diff options
author | Alex Auvolat <alex.auvolat@ens.fr> | 2014-11-15 22:36:31 +0100 |
---|---|---|
committer | Alex Auvolat <alex.auvolat@ens.fr> | 2014-11-15 22:36:31 +0100 |
commit | 0e83991e3f8739ec00d744f038fdfaea2b60c98e (patch) | |
tree | 5f2dab2a4ef5afd77fbc9372f57b7c7b063b4497 /morpion_rec/Mayushii | |
parent | 6881ee7acb98c902c312301d7990331e4a1ed854 (diff) | |
download | CompetIA-0e83991e3f8739ec00d744f038fdfaea2b60c98e.tar.gz CompetIA-0e83991e3f8739ec00d744f038fdfaea2b60c98e.zip |
Nothing big...
Diffstat (limited to 'morpion_rec/Mayushii')
-rw-r--r-- | morpion_rec/Mayushii/mayushii.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/morpion_rec/Mayushii/mayushii.ml b/morpion_rec/Mayushii/mayushii.ml index 57ec3aa..ec2771c 100644 --- a/morpion_rec/Mayushii/mayushii.ml +++ b/morpion_rec/Mayushii/mayushii.ml @@ -3,7 +3,7 @@ module Mayushii : Player.IA = struct module G = Morpion_rec.G - let play g = + let play g time = let cc = G.possibilities g in List.hd cc |