Popular recipes tagged "boids"http://code.activestate.com/recipes/tags/boids/popular/2009-11-28T10:42:51-08:00ActiveState Code RecipesBoids 2.0 for Python 3.1 (Python)
2009-11-28T10:42:51-08:00Stephen Chappellhttp://code.activestate.com/recipes/users/2608421/http://code.activestate.com/recipes/576959-boids-20-for-python-31/
<p style="color: grey">
Python
recipe 576959
by <a href="/recipes/users/2608421/">Stephen Chappell</a>
(<a href="/recipes/tags/boids/">boids</a>).
Revision 8.
</p>
<p>This is a revisiting of <a href="http://code.activestate.com/recipes/502216/">Recipe 502216</a>. All the code is new in this implementation, and the concept has been advanced into something akin to a screensaver. Development has ended on this version until work can be done on a third version that takes the to-do lists into account in a more structured way. Feel free to modify this code as you wish (as someone apparently did in the original recipe). If nothing else, it can serve as a short diversion from the predictability of life. Enjoy!</p>