summaryrefslogtreecommitdiff
path: root/src/game.rs
diff options
context:
space:
mode:
authorJustin Worthe <justin@worthe-it.co.za>2019-08-10 16:28:56 +0200
committerJustin Worthe <justin@worthe-it.co.za>2019-08-10 16:28:56 +0200
commit1d54d0825505b670ee8cc5f370088ae1a6ed3b5f (patch)
treeb889f4ef2a9cf1c9c9ae80ba40f9069cb1799faa /src/game.rs
parent3bfb933d54b09ca57ef9b6a7fb05aca64ba8b76e (diff)
TODO Pruning
Diffstat (limited to 'src/game.rs')
-rw-r--r--src/game.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game.rs b/src/game.rs
index 15f915c..4e2f7a9 100644
--- a/src/game.rs
+++ b/src/game.rs
@@ -248,7 +248,7 @@ impl GameBoard {
self.simulate_moves(actions);
self.simulate_digs(actions);
self.simulate_bombs(actions);
- // TODO: Question order of actions on the forums
+ // TODO: Question order of actions on the forums: https://forum.entelect.co.za/t/possible-bug-in-order-of-moves/822
self.simulate_snowballs(actions);
// This check needs to happen again because the worm may have
// been frozen on the previous command.