Welcome to the CSC Q&A, on our server named in honor of Ada Lovelace. Write great code! Get help and give help!
It is our choices... that show what we truly are, far more than our abilities.

Categories

+11 votes

I was trying to thread the duels so that they could run the different group duels faster because I assume that's what takes a long time when increasing the number of duels/wizards. However, I keep getting 0 kills and apples picked.

asked in CSC320 by (1 point)

1 Answer

+1 vote

I tried threading the duels by importing Threading, but I was not sure how to stop the rest of the code from running until all of the duels were doing. I had the merge command that was supposed to link the threads together, but that didn't work either.

answered by (1 point)
...