13 comments

[ 4.3 ms ] story [ 19.4 ms ] thread
Ants and their colonies are so fascinating to me that I'm constantly saddened by Maxis's decision to not remake SimAnt. I'd be happy with a SimBee, too.
I don't know about SimBee (not into bees as I'm into ants I guess), but I would love a new SimAnt.
There's a French game called Empire of the Ants that came out circa 2002, that is intended to be a spiritual successor.
I'd tell y'all a UDP joke, but you might not get it.
In that case, I'll just keep telling you this TCP joke until you do get it.
I acknowledge you; go ahead.
(comment deleted)
Ant colony systems are really interesting! It's fascinating how distributed creatures can communicate and, with a simple set of rules, converge on a good solution.

Last year I did a GPU programming project involving an ant-colony-like simulation. Based on the idea that ants have immediate knowledge only of their neighborhood, it's a simulation that works well with GPU fragment-shader-based parallelization:

http://www.dan.andersen.name/gpu-accelerated-3d-ant-colony-s...

https://github.com/DanAndersen/gpu-ant-sim

The article seems to be written from the perspective where we somehow weren't born from the same evolutionary processes as ants.