Hexagonal Langton's Ant 2 – Colors, Gliders and Highways
1–10 of 14 posts
Re: Hexagonal Langton's Ant 2 – Colors, Gliders and Highways
#2Great 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.
Re: Hexagonal Langton's Ant 2 – Colors, Gliders and Highways
#3BSPSPSPSPSP - This program/configuration appears to execute a random walk. Hard to be sure.
Re: Hexagonal Langton's Ant 2 – Colors, Gliders and Highways
#4My 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
Re: Hexagonal Langton's Ant 2 – Colors, Gliders and Highways
#5Love 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 spiralsRe: Hexagonal Langton's Ant 2 – Colors, Gliders and Highways
#6I'd love that as an animated android background.
Re: Hexagonal Langton's Ant 2 – Colors, Gliders and Highways
#7So this is how the universe's only electron updates the state of every atom! Maybe.
Re: Hexagonal Langton's Ant 2 – Colors, Gliders and Highways
#8BSPSPSPSPSP - This program/configuration appears to execute a random walk. Hard to be sure.
Well, it's deterministic, because the program is deterministic, but it certainly does look random.
Re: Hexagonal Langton's Ant 2 – Colors, Gliders and Highways
#9My 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
#10Love 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.