Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- rednet.open("back")
- nb=0
- choix1=0
- choix2=0
- choix3=0
- choix4=0
- choix5=0
- choix6=0
- choix7=0
- choix8=0
- pla=0
- print("combien de joueur ? ")
- joueur= read()
- --for i=1,joueur do
- --nb=nb+1
- --print("joueur "..nb)
- --joueur=read()
- --end
- if (joueur=="1") then
- print("joueur 1")
- joueur1=read()
- end
- if (joueur=="2") then
- print("joueur 1")
- joueur1=read()
- print("joueur 2")
- joueur2=read()
- end
- if (joueur=="3") then
- print("joueur 1")
- joueur1=read()
- print("joueur 2")
- joueur2=read()
- print("joueur 3")
- joueur3=read()
- end
- if (joueur=="4") then
- print("joueur 1")
- joueur1=read()
- print("joueur 2")
- joueur2=read()
- print("joueur 3")
- joueur3=read()
- print("joueur 4")
- joueur4=read()
- end
- if (joueur=="5") then
- print("joueur 1")
- joueur1=read()
- print("joueur 2")
- joueur2=read()
- print("joueur 3")
- joueur3=read()
- print("joueur 4")
- joueur4=read()
- print("joueur 5")
- joueur5=read()
- end
- if (joueur=="6") then
- print("joueur 1")
- joueur1=read()
- print("joueur 2")
- joueur2=read()
- print("joueur 3")
- joueur3=read()
- print("joueur 4")
- joueur4=read()
- print("joueur 5")
- joueur5=read()
- print("joueur 6")
- joueur6=read()
- end
- if (joueur=="7") then
- print("joueur 1")
- joueur1=read()
- print("joueur 2")
- joueur2=read()
- print("joueur 3")
- joueur3=read()
- print("joueur 4")
- joueur4=read()
- print("joueur 5")
- joueur5=read()
- print("joueur 6")
- joueur6=read()
- print("joueur 7")
- joueur7=read()
- end
- if (joueur=="8") then
- print("joueur 1")
- joueur1=read()
- print("joueur 2")
- joueur2=read()
- print("joueur 3")
- joueur3=read()
- print("joueur 4")
- joueur4=read()
- print("joueur 5")
- joueur5=read()
- print("joueur 6")
- joueur6=read()
- print("joueur 7")
- joueur7=read()
- print("joueur 8")
- joueur8=read()
- end
- joueurdiv =joueur/2
- print("Equipe Rouge")
- while pla~=joueurdiv do
- tirage = math.random(1,joueur)
- if ((tirage==1)and(choix1~=1)) then
- print(joueur1)
- choix1=1
- pla=pla+1
- end
- if ((tirage==2)and(choix2~=1)) then
- print(joueur2)
- choix2=1
- pla=pla+1
- end
- if ((tirage==3)and(choix3~=1)) then
- print(joueur3)
- choix3=1
- pla=pla+1
- end
- if ((tirage==4)and(choix4~=1)) then
- print(joueur4)
- choix4=1
- pla=pla+1
- end
- if ((tirage==5)and(choix5~=1)) then
- print(joueur5)
- choix5=1
- pla=pla+1
- end
- if ((tirage==6)and(choix6~=1)) then
- print(joueur6)
- choix6=1
- pla=pla+1
- end
- if ((tirage==7)and(choix7~=1)) then
- print(joueur7)
- choix7=1
- pla=pla+1
- end
- if ((tirage==8)and(choix8~=1)) then
- print(joueur8)
- choix8=1
- pla=pla+1
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement