see http://www.openprocessing.org/visuals/?visualID=1302
// "Busy Beaver" automata by Dr. Goulu (www.goulu.net)
// the beaver aims in one direction (NESW) and moves forward by one cell
// if the cell it lands on is empty, it turns 90° right and sets the cell
// is the cell is on, the beaver turns 90° left and clears the cell
// note how complex the path is before the beaver gets trapped on an oblique path to infinity
// tech stuff : uses an image for the bitmap
// zooms out of the image and accelerates calculation simultaneously
// usage : enjoy and press any key to reset
Link to this comment:
All Comments (0)