Skip to content

Instantly share code, notes, and snippets.

@BMU-Verlag
Created July 30, 2019 13:11
Show Gist options
  • Save BMU-Verlag/2ff3a4a13fdcb08616343ab92ba345f2 to your computer and use it in GitHub Desktop.
Save BMU-Verlag/2ff3a4a13fdcb08616343ab92ba345f2 to your computer and use it in GitHub Desktop.
private const string PLAYER_1_SYMBOL = "X";
private const string PLAYER_2_SYMBOL = "O";
private const int FIELD_SIZE = 3;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment