Created
July 30, 2019 13:11
-
-
Save BMU-Verlag/2ff3a4a13fdcb08616343ab92ba345f2 to your computer and use it in GitHub Desktop.
This file contains 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 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