I am trying to make an 8x8 board with an array. The only problem I run into is making a box or square that will be placed into that array.
for instance:
@@@@@ @@@@@ @@@@@
@@@@@ @@@@@ @@@@@
@@@@@ @@@@@ @@@@@
@@@@@ @@@@@ @@@@@
@@@@@ @@@@@ @@@@@
@@@@@ @@@@@ @@@@@
@@@@@ @@@@@ @@@@@
@@@@@ @@@@@ @@@@@
@@@@@ @@@@@ @@@@@
@@@@@ @@@@@ @@@@@
@@@@@ @@@@@ @@@@@
@@@@@ @@@@@ @@@@@
And this goes for an 8x8 board.
Any suggestions?