summaryrefslogtreecommitdiff
path: root/strategies/least-potential-for-opponents-next-move.scm
diff options
context:
space:
mode:
Diffstat (limited to 'strategies/least-potential-for-opponents-next-move.scm')
-rw-r--r--strategies/least-potential-for-opponents-next-move.scm1
1 files changed, 0 insertions, 1 deletions
diff --git a/strategies/least-potential-for-opponents-next-move.scm b/strategies/least-potential-for-opponents-next-move.scm
index edd36d8..4c62c7c 100644
--- a/strategies/least-potential-for-opponents-next-move.scm
+++ b/strategies/least-potential-for-opponents-next-move.scm
@@ -8,7 +8,6 @@
(map (lambda (move) (flipped-by-move move board player))
(valid-moves board player))))
-
; Sort the valid moves by the one which, when applied, leaves the opponent with
; the minimum ability to flip on their next turn.
(first (sort (valid-moves)