Tag: triangles

  • Random dynamics on a triangular grid

    Random dynamics on a triangular grid

    I’m dipping my feet into random and monte carlo methods and wanted to try it out with a triangular grid after finding a few beautiful images on pinterest. I’m just picking grid elements at random and then swaping the values with an adjacent tile. Everything random moves things around, random plus not separating matching tiles…