From 617230bbb69634607f06d2899701772b87bb5072 Mon Sep 17 00:00:00 2001 From: Illia Soloviov <74905269+wav3solo@users.noreply.github.com> Date: Thu, 14 Dec 2023 15:15:33 +0100 Subject: [PATCH] initial commit --- .idea/misc.xml | 2 +- src/ManualBot.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.idea/misc.xml b/.idea/misc.xml index 639900d..6ff3c25 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -1,6 +1,6 @@ - + \ No newline at end of file diff --git a/src/ManualBot.java b/src/ManualBot.java index f4227d5..792c000 100644 --- a/src/ManualBot.java +++ b/src/ManualBot.java @@ -8,7 +8,7 @@ public class ManualBot extends Bot{ } protected char nextMove(View view) throws Exception{ - char c = 'c'; + char c = 'cnew'; return c; } }