Advertisement
azizkhelifi

GO solution

Dec 27th, 2018
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.21 KB | None | 0 0
  1.     if (!game)
  2.         {
  3.             if (!winner)
  4.             {
  5.                 if (!GOmusic) { std::cout << "music GO on"; GOmusic = !GOmusic; }
  6.            
  7.                 score_p2++;
  8.                 window.draw(P2w);
  9.  
  10.             }
  11.  
  12.             else { window.draw(P1w); score_p1++; }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement