Hello friends. Is anyone know how to switch players in a game and put individual score to players ? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Hello friends. Is anyone know how to switch players in a game and put individual score to players ?

Word guessing game with three players

28th Sep 2020, 9:51 AM
Thamizh Araasan
Thamizh Araasan - avatar
1 Answer
+ 1
It will be better if you share your code here.. You can try this... Just make these global variables player=1 score1=0 score2=0 And add this part where you required... if player==1: score1+=1 player=2 else: player=1 score2+=1
28th Sep 2020, 2:59 PM
AKSHAY🇮🇳
AKSHAY🇮🇳 - avatar