Langton's Ant
- Fabio Pereira
- Mar 4, 2021
- 1 min read
Updated: May 3, 2023
Overview
In my preparation for the powder toy game, I experimented with cellular automata.
A simple rule set can create an interesting and almost organic simulation.
Final Product
Key Takeaways
This was my first cellular automata project so I had to learn how to implement SFML which is a graphics library.
I also had to learn SFMLs API so that I could draw a window and much more.
Comments