lesio
lesio
66 / 1
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

  • FanEnjoyer
    FanEnjoyer
    5th Mar 2024
    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.
  • lesio
    lesio
    4th Mar 2024
    Adding a condition for that would make it way slower
  • kit237
    kit237
    4th Mar 2024
    after a long time it starts to get buggy and write random letters (id:3086694)
  • lesio
    lesio
    4th Mar 2024
    Man it's so fast now
  • lesio
    lesio
    4th Mar 2024
    Thanks, optimized it more
  • nn_great
    nn_great
    4th Mar 2024
    no clue what langtons ant is but it looks cool so i like it :)
  • Leviathan131
    Leviathan131
    4th Mar 2024
    ayy nice one!
  • lesio
    lesio
    3rd Mar 2024
    Thanks, and yes, I made use of some heavy optimization strats
  • ArolaunTech
    ArolaunTech
    3rd Mar 2024
    wow it's so fast +1
  • Kaige
    Kaige
    3rd Mar 2024
    very cool +1