Discussion Board
Go to the previous messageGo to the following message
Current Forum: Homework 6- Tournament
Date: Tue Dec 11 2001 1:50 am
Author: Chen, Richard <richardc@andrew.cmu.edu>
Subject: Re: Return values

But Player.getMove() must (still) return an int[] because:
Player.java: public int[] getMove(Board b);
in addition to the part3 requirement of a System.out.println() in Player.getMove() (which cannot be fulfilled in MyBoard.makeMove(m) since http://www-2.cs.cmu.edu/afs/andrew/course/15/211/www/hw6/handin.html disallows it).
Post response

Go to the previous messageGo to the following message
Current Thread Detail:
Return values      Ashmore, Calvin O.      Mon Dec 10 2001 10:41 pm       
Re: Return values      Maxim, Michael G.      Mon Dec 10 2001 10:47 pm       
Re: Return values      Chen, Richard      Tue Dec 11 2001 1:50 am       
Re: Return values      Maxim, Michael G.      Tue Dec 11 2001 4:35 am       
Re: Return values      Chen, Richard      Wed Dec 12 2001 9:22 am       

Back to previous screen