Added more stuffs to README. Cleaned up code

This commit is contained in:
2023-01-17 09:46:57 +07:00
parent 5a30b9ec12
commit 25c26ca354
6 changed files with 135 additions and 415 deletions
+1 -2
View File
@@ -2,10 +2,9 @@ package model;
/**
* An interface for generating strategies.
*
*
*/
public interface ComputerPlayer {
public int getMove(Connect4Model gameModel, boolean max);
}