Discussion Board
Go to the previous messageGo to the following message
Current Forum: Homework 6 Part 1
Date: Fri Dec 7 2001 8:08 am
Author: Bortz, Andrew S. <abortz@andrew.cmu.edu>
Subject: Re: tournament + myboard

No.

You don't need to do the actual searching in the body of the function isCapture(). Maybe you can do it in the body of a more appropriate function, and simply return the results of that in isCapture(). Or you can store the last move somewhere in the board, and use it, since isCapture() basically returns whether the last move was a capture or not...
Post response

Go to the previous messageGo to the following message
Current Thread Detail:
tournament + myboard      Cipriani, Jason A.      Thu Nov 29 2001 3:30 pm       
Re: tournament + myboard      Chen, Richard      Fri Nov 30 2001 3:22 am       
Re: tournament + myboard      Dore, Richard James      Wed Dec 5 2001 1:39 pm       
Re: tournament + myboard      Chen, Richard      Fri Dec 7 2001 3:56 am       
Re: tournament + myboard      Bortz, Andrew S.      Fri Dec 7 2001 8:08 am       
Re: tournament + myboard      Chen, Richard      Fri Dec 14 2001 7:57 am       

Back to previous screen