summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ai_mc.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ai_mc.cpp b/ai_mc.cpp
index 2c95222..72a5190 100644
--- a/ai_mc.cpp
+++ b/ai_mc.cpp
@@ -6,7 +6,7 @@
using namespace std;
-#define NPLAYOUTS 1000
+#define NPLAYOUTS 3000
#define SCORE_WIN 1
#define SCORE_LOSE (-1)
#define SCORE_TIE 0