Update project
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
package model;
|
||||
|
||||
/**
|
||||
* An interface for generating strategies.
|
||||
*
|
||||
*
|
||||
*/
|
||||
|
||||
public interface ComputerPlayer {
|
||||
public int getMove(Connect4Model gameModel, boolean max);
|
||||
}
|
||||
Reference in New Issue
Block a user