Langton's Ant Cellular Automata for Minimal64x4 #14
bobbarnes1981
started this conversation in
Show and tell
Replies: 1 comment
-
Hi Bob, this looks great. I just uploaded the code and generated some awesome patterns :-) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Here is my implementation of Langton's Ant for the Minimal 64x4
https://github.com/bobbarnes1981/M64x4LangtonsAnt/tree/main
I think there are probably some more efficiencies that can be gained, for example; it will check every single cell in the grid but it only really needs to check the current cell where the ant lives.
Beta Was this translation helpful? Give feedback.
All reactions