From 36c1096597643a4a22c406323fb57a1f99c57b28 Mon Sep 17 00:00:00 2001 From: Gnieark Date: Tue, 10 Nov 2015 15:41:48 +0100 Subject: [PATCH] Update stupidIa.php --- morpionsFights/Master/stupidIa.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/morpionsFights/Master/stupidIa.php b/morpionsFights/Master/stupidIa.php index 2a13c41..7210ef7 100644 --- a/morpionsFights/Master/stupidIa.php +++ b/morpionsFights/Master/stupidIa.php @@ -25,6 +25,6 @@ if (count($freeCases)==0){ die; } //have all parameters lets play the game -//Stupid IA, juste random +//Stupid IA, just random shuffle($freeCases); echo $freeCases[0];