I am trying to create a program that will take control of my mouse for me, and draw an island created by an array in one go, however I have no clue how to begin this, or if it is possible. I included an example of a type of island in a two dimensional array. The actual array would contain numbers from 0-63, and therefore have 64 types of islands. The image is simplified.
example of an island Another type of island
I am not sure on how to even begin and came here to ask for a plan on how to draw these types of islands in one go. I already have the two dimensional array, I just want to know how to make my mouse control it.