This post is the second part in a series. Make sure to start with: Making a falling sand simulator first! This will be the final product for this post (drag around inside!) Formalize our concept of a particle In the previous post, our Grid held hex strings, or a 0. If we want to be able to add new particles with different rules, we need to lay a strong foundation to build upon - that is, storing o
