summaryrefslogtreecommitdiff
path: root/2018-tower-defence/src/strategy/mod.rs
diff options
context:
space:
mode:
authorJustin Wernick <justin@worthe-it.co.za>2022-04-19 21:26:49 +0200
committerJustin Wernick <justin@worthe-it.co.za>2022-04-19 21:26:49 +0200
commit7ec48d0d454499177b63bc5bd512a3a2d6baa839 (patch)
tree23d34d45dbb3ae977710361501a3dde3544734d1 /2018-tower-defence/src/strategy/mod.rs
parent1e21ebed15321aacbba53121cb40bbc60f4db1cc (diff)
Refile for merging repos
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;