lesio
3rd Mar 2024
13th May 2024
A small and relatively fast implementation of the famous cellular automaton
subframe
r216
programming
langton
r216k2a
computer
cellular
automaton
assembly
Comments
-
Rules for Langtons Ant for anyone curious: > The Ant has a direction. > If the Ant is on a black square, turn right 90 and move forward 1 unit. > If the Ant is on a white square, it turns left 90 and moves forth by 1 unit. > When the Ant leaves the square, invert square colour.
-
Adding a condition for that would make it way slower
-
after a long time it starts to get buggy and write random letters (id:3086694)
-
Man it's so fast now
-
Thanks, optimized it more
-
no clue what langtons ant is but it looks cool so i like it :)
-
ayy nice one!
-
Thanks, and yes, I made use of some heavy optimization strats
-
wow it's so fast +1
-
very cool +1