Hey - that sounds good! I think the "query the board for a list of
possible locations" could just return an array of Point objects, and
then you could add the temp tiles at those locations by calling a
single function on the board - like
"addTempTilesAtPoints(ArrayList<Point>)". I think you're right - It is
probably best for the high-level logic to go in the controller and not
the board. But the functions in the board could take arrays of
locations :-)
- Ben
Ben Gotow
-----------------------------------
http://www.gotow.net/
beng...@gmail.com
540-250-2334