log code/dotScanner.lm @ 78:3b8a277decfa

age author description
Mon, 28 Jul 2014 03:11:01 -0700 Michael Pavone Remove unneeded import to dotScanner
Mon, 28 Jul 2014 03:10:34 -0700 Michael Pavone Merge
Mon, 28 Jul 2014 02:57:56 -0700 Michael Pavone Don't chase ghosts we can't catch
Mon, 28 Jul 2014 02:12:10 -0700 Michael Pavone Small tweak to dotScanner lambda man AI to ignore power pellets when it would be wasteful to eat them
Mon, 28 Jul 2014 01:00:43 -0700 William Morgan updated grid imports
Sun, 27 Jul 2014 13:49:45 -0700 William Morgan added new helper functions to grids. more bugfixes to gameState.lm which compiles.
Sun, 27 Jul 2014 01:36:39 -0700 William Morgan separated out grid functions for reuse inside gameState.lm
Sat, 26 Jul 2014 15:29:01 -0700 Michael Pavone Move some basic library code out of dotScanner.lm into separate files now that import:from works
Sat, 26 Jul 2014 03:17:58 -0700 Michael Pavone Last fixes for lightning round version of dotScanner.lm
Sat, 26 Jul 2014 01:41:24 -0700 Michael Pavone Initial stab at taking fruit and ghost state into account
Sat, 26 Jul 2014 01:02:41 -0700 Michael Pavone Debug junk removed
Sat, 26 Jul 2014 00:58:50 -0700 Michael Pavone Simple AI seems to work now. Lots of debug junk needs to be removed though
Sat, 26 Jul 2014 00:23:19 -0700 William Morgan Sort of working in the game simulator!!!!!
Sat, 26 Jul 2014 00:18:58 -0700 William Morgan Seems to be working in CPU simulator. Need to remove debug crap
Sat, 26 Jul 2014 00:03:41 -0700 William Morgan Tag team simple AI WIP
Fri, 25 Jul 2014 23:19:29 -0700 William Morgan Tag teaming the continuation function
Fri, 25 Jul 2014 22:52:52 -0700 William Morgan Merge
Fri, 25 Jul 2014 22:52:05 -0700 William Morgan Initial pass at scan loop
Fri, 25 Jul 2014 22:37:53 -0700 Michael Pavone Add library functions from mike00.lm to dotScanner.lm. Add some code to process map state into a "grid" structure and make a version for visited state.
Fri, 25 Jul 2014 19:19:07 -0700 William Morgan Fist progress toward a simple recursive dot scanner bot