Hello, I was working on a puzzle game that utilises grids, similar to Bejeweled. I need an algorithm that will fill the cells with 2 textures. For example, the starting cell will have a dark texture and the one next to it will have a light texture. Just like a checker board.
I tried with a forloop with no success and if you want me to post it, I am happy to.