git @ Cat's Eye Technologies HUNTER / 0564aea
More Markdown tweaks. Cat's Eye Technologies 11 years ago
1 changed file(s) with 6 addition(s) and 6 deletion(s). Raw diff Collapse all Expand all
3131 pieces of cheese, they do things. Primarily, they move around. They do
3232 so at runtime.
3333
34 The deterministic fashion a mouse moves around - always checking east,
35 then north, then west, then south, in each cell - and its memory (each
34 The deterministic fashion a mouse moves around — always checking east,
35 then north, then west, then south, in each cell — and its memory (each
3636 mouse keeps a 'map' of where it's been in it's head and tries not to
3737 backtrack unless there is nowhere else new to go) ensures that, given
3838 some time, and all other things being equal, a mouse will traverse it's
4141
4242 However, not all other things may be equal. Indeed, the mouse may nibble
4343 on a bit of strychnine and die. Or, other mice may be concurrently
44 tranversing the same maze, and two mice may not share the same space, so
44 traversing the same maze, and two mice may not share the same space, so
4545 they may block each other's progress.
4646
4747 Mice may not move through walls but they may move through empty space
6464
6565 where
6666
67 - `# indicates a wall `
68 - `m indicates a mouse `
69 - the digits `0 to 9 represent types of cheese: `
67 - `#` indicates a wall
68 - `m` indicates a mouse
69 - the digits `0` to `9` represent types of cheese:
7070 - `0` = cheddar
7171 - `1` = american
7272 - `2` = swiss