summaryrefslogtreecommitdiff
path: root/src/strategy.rs
diff options
context:
space:
mode:
authorJustin Worthe <justin@worthe-it.co.za>2019-06-26 16:42:43 +0200
committerJustin Worthe <justin@worthe-it.co.za>2019-06-26 16:42:43 +0200
commit40712a1c1b61c6e110f1bddd3e955bbfb797e5ab (patch)
tree12c698809ba240a5e62deddc9f1e2e7366fc9719 /src/strategy.rs
parent1aeab6da05a0c7b7dad4d06a38b282a82d5e1a51 (diff)
Implemented select move rules
Diffstat (limited to 'src/strategy.rs')
-rw-r--r--src/strategy.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/strategy.rs b/src/strategy.rs
index 31a1bee..4c86dfd 100644
--- a/src/strategy.rs
+++ b/src/strategy.rs
@@ -1,6 +1,5 @@
use crate::command::{Command, Action};
use crate::game::{GameBoard, SimulationOutcome};
-use crate::geometry::*;
use std::cmp;
use std::collections::HashMap;