summaryrefslogtreecommitdiff
path: root/2018-tower-defence/src/strategy/mod.rs
diff options
context:
space:
mode:
Diffstat (limited to '2018-tower-defence/src/strategy/mod.rs')
-rw-r--r--2018-tower-defence/src/strategy/mod.rs3
1 files changed, 3 insertions, 0 deletions
diff --git a/2018-tower-defence/src/strategy/mod.rs b/2018-tower-defence/src/strategy/mod.rs
new file mode 100644
index 0000000..9ec41bb
--- /dev/null
+++ b/2018-tower-defence/src/strategy/mod.rs
@@ -0,0 +1,3 @@
+pub mod monte_carlo;
+pub mod monte_carlo_tree;
+pub mod static_opening;