Current Forum: Homework 6- Tournament |
Date: Wed Dec 12 2001 9:22 am |
Author: Chen, Richard <richardc@andrew.cmu.edu> |
Subject: Re: Return values |
|
|
Player.java: public int[] getMove(Board b);//where I determine and return the move
MyBoard.java: public void makeMove(int[] move) throws IllegalMoveException{//to where the move goes and is used
So I definetly wouldn't get it from MyBoard.makeMove() :) But I didn't anyways. |
|