Advertisement
Guest User

Untitled

a guest
Feb 18th, 2020
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. x = rand() % ROWS;
  2. y = rand() % COLS;
  3. if(bmove3[x][y]!= ' ')
  4. {
  5. computer(bmove3, win);
  6. }
  7. else
  8. {bmove3[x][y] = 'O';}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement