Guest User

Untitled

a guest
Apr 26th, 2018
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. for (int i=1 ; i<4 ; i++) { // corre os 3 bots restantes
  2.  
  3. if(mesa.getSize()<4){ // se a mesa ainda não tiver cheia, faz com que eles joguem.
  4. JogaBot(jogadores[i]);
  5.  
  6. }
  7.  
  8.  
  9.  
  10. }
Add Comment
Please, Sign In to add comment