Live data from Hacker News

Hexagonal Langton's Ant 2 – Colors, Gliders and Highways

brtmr.de

1–10 of 14 posts

Re: Hexagonal Langton's Ant 2 – Colors, Gliders and Highways

#2
Great work! I build[1] a classic javascript interpreter for Langton's Ant a few years ago. Just updated it to include support for custom rules. Thanks for reminding me about Langton's Ant it is always cool to recall things one build in the past.

[1]: http://codepen.io/FWeinb/pen/CJpjl

Re: Hexagonal Langton's Ant 2 – Colors, Gliders and Highways

#9

My versions of the same fwiw: - https://jcorbin.github.com/hexant -- the hexagonal one I'm working on now - https://jcorbin.github.io/ants -- the square grid one I made several years ago

e.g., here's a neat one: http://jcorbin.github.io/hexant/#colors=light%28360%2C%20100...

Re: Hexagonal Langton's Ant 2 – Colors, Gliders and Highways

#10

Love it! Here are some cool patterns: * RPB - Looks like a 3D printer printing a bowl of Cheerios * PRLL - Simplest Eastbound highway * BRSS & BLPP - Nearly space-filling hex spirals

Thanks! I have also discovered a pattern that is fully space-filling: BPBBP - will slowly fill the entire screen with a growing green hexagon, with a single yellow dot at the origin.
Post reply on HN