if (!movePile.isEmpty())
                         {
                              //cycle through movepile to place
                              for (int j = 0; j < movePile.size(); j++)
                              {