Created
July 30, 2019 13:14
-
-
Save BMU-Verlag/9b553b9dd555ad8aaac69e102ac46a16 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
private bool FieldIsLegal(int column, int row) | |
{ | |
return gameActive && fields[column][row] == Player.None; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment