Skip to content

Instantly share code, notes, and snippets.

@BMU-Verlag
Created July 30, 2019 13:14
Show Gist options
  • Save BMU-Verlag/9b553b9dd555ad8aaac69e102ac46a16 to your computer and use it in GitHub Desktop.
Save BMU-Verlag/9b553b9dd555ad8aaac69e102ac46a16 to your computer and use it in GitHub Desktop.
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