Added more stuffs to README. Cleaned up code
This commit is contained in:
@@ -2,10 +2,9 @@ package model;
|
||||
|
||||
/**
|
||||
* An interface for generating strategies.
|
||||
*
|
||||
*
|
||||
*/
|
||||
|
||||
public interface ComputerPlayer {
|
||||
|
||||
public int getMove(Connect4Model gameModel, boolean max);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user