log

age author description
Sun, 15 Jul 2012 22:24:35 -0700 William Morgan merge
Sun, 15 Jul 2012 22:06:19 -0700 William Morgan fixed array out of bounds errors. Test maps to proove it.
Sun, 15 Jul 2012 21:56:43 -0700 Mike Pavone merge
Sun, 15 Jul 2012 21:42:46 -0700 Mike Pavone Add heuristic for evaluating non-terminal states. Cull to 8 states based on heuristic rather than just a single one based on score.
Sun, 15 Jul 2012 18:37:36 -0700 Mike Pavone Add maximum moves check
Sun, 15 Jul 2012 20:30:46 -0700 William Morgan robot can get crushed
Sun, 15 Jul 2012 18:32:58 -0700 Mike Pavone merge
Sun, 15 Jul 2012 18:12:44 -0700 Mike Pavone Update Makefile to link with libgc
Sun, 15 Jul 2012 18:32:22 -0700 William Morgan merge and test
Sun, 15 Jul 2012 18:16:50 -0700 William Morgan correct reading and writing during update and test maps for verifying that.
Sun, 15 Jul 2012 17:27:23 -0700 Mike Pavone Merge
Sun, 15 Jul 2012 17:26:25 -0700 Mike Pavone Discard entries for which we can easily tell that it will be impossible for them to be better than the current best. This allows us to terminate when we cannot solve the map
Sun, 15 Jul 2012 17:21:27 -0700 Mike Pavone Robot works on simple maps now
Sun, 15 Jul 2012 16:45:42 -0700 William Morgan rocks slide correctly now. rock movement is complete.
Sun, 15 Jul 2012 14:48:05 -0700 William Morgan removed comments.