summaryrefslogtreecommitdiff
path: root/src/strategy.rs
diff options
context:
space:
mode:
authorJustin Worthe <justin@worthe-it.co.za>2019-08-07 14:37:36 +0200
committerJustin Worthe <justin@worthe-it.co.za>2019-08-07 14:37:36 +0200
commitd4539771bca817add851ef484de4773cbbe43f79 (patch)
tree371556db78894f666425d8d28a67b23f89aed196 /src/strategy.rs
parent096091af6a3a4d16da133037321c81a51e1bb4b2 (diff)
Assertions to test that my lava logic is right
Diffstat (limited to 'src/strategy.rs')
-rw-r--r--src/strategy.rs8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/strategy.rs b/src/strategy.rs
index b6069a1..f16a4a0 100644
--- a/src/strategy.rs
+++ b/src/strategy.rs
@@ -1,5 +1,5 @@
-//mod mcts;
-//pub use mcts::{choose_move, Node};
+mod mcts;
+pub use mcts::{choose_move, Node};
-mod minimax;
-pub use minimax::{choose_move, Node};
+//mod minimax;
+//pub use minimax::{choose_move, Node};