Current Forum: Homework 6 Part 1 |
Date: Fri Dec 7 2001 3:56 am |
Author: Chen, Richard <richardc@andrew.cmu.edu> |
Subject: Re: tournament + myboard |
|
|
Along these lines: Is it true that isCapture() in MyBoard.java cannot be done w/o its being passing in the int[] move because isCapture() needs to know what the target coordinate is so it can test for that target coordinate's being/not being in a mill; without the target coordinate, how will isCapture() know which piece is the one in question while mill-searching?
If so, please confirm. If not, please prove me wrong by elaborating on why I am wrong. |
|