We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4bf969a commit 9f15646Copy full SHA for 9f15646
1 file changed
constructor.hpp
@@ -8,7 +8,6 @@ void Table::constructor()
8
9
// player black starts the game
10
setTurn(BLACK);
11
- setOpponent(WHITE);
12
13
// creating a blank board
14
for (int row = 0; row < SIZE; row++)
0 commit comments