Brian's Brain
- Fabio Pereira
- Mar 8, 2021
- 1 min read
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
In this project, I wanted to learn vectors by implementing them somewhere. At first, I tried using them to store the active and dying cells but this proved slower than just looping through every cell which makes sense because vectors are dynamically stretching and shrinking.
Comments