I'm interested in implementing Conway's Game of Life in Unity. If I have an array, say 1K square, of values that have two states (true/false 1/0, etc) how could I translate that to a display of a pixel grid?
↧