diff --git a/Board.cpp b/Board.cpp index f800776..b1473b4 100755 --- a/Board.cpp +++ b/Board.cpp @@ -100,7 +100,7 @@ void Board::displayBoard() cout<<"|\n"; } cout<<'\n'< 8 || row < 0 || kolumn > 8 || kolumn < 0) { - cout<<"ERROR: index out of bound!"< 8 || row < 0 || kolumn > 8 || kolumn < 0) { - cout<<"ERROR: index out of bound!"< listOfMoves = viewPossibleMoves(); //obvious moves - if (){ - // + if (false){ + return; } //random diff --git a/a.out b/a.out index 3bc9dbb..8a730d5 100755 Binary files a/a.out and b/a.out differ diff --git a/test.cpp b/test.cpp index ab1f968..7dd63ca 100755 --- a/test.cpp +++ b/test.cpp @@ -12,7 +12,7 @@ int main() cout<<"1. Play against AI?\n"; cout<<"2. Play against a human?\n"; - cout<<"CHANGE THIS TO PARSE THINGS\n"; + //cout<<"CHANGE THIS TO PARSE THINGS\n"; cout<<"Enter choice: \n"; int choice;