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). |
|