This week, I’m starting on the Mouse Brain project. This is significantly more complex than the Bug Brain. The aim is to start exploring navigation and mental maps, so the Mouse will need a world to run around in.

A simple maze is generated using Prim’s algorithm (found on Wikipedia). The next step is to give the mouse senses so it can figure out where it’s going.