summaryrefslogtreecommitdiff
path: root/src/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/lib.rs b/src/lib.rs
index ac73f72..446a494 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -9,9 +9,6 @@ use state::*;
use std::cmp::Ordering;
pub fn choose_command(state: &GameState) -> Command {
- /* TODO:
- * - Simulate both player and opponent moves
- */
let player_moves = state.valid_moves(0);
let naive_result = player_moves
.into_iter()