I am a beginner Python programmer and my professor assigned this interestingly challenging assignment...
The assignment is to create a rock, paper, scissors game that is only played by the computer. The user has to input a number at the start to denotate how many bots will be in the game, and from there, the game will run in a bracket tournament style until there is one winner. I sat on this for quite some time and I am not really sure where to start. I don't just want the answer, I just need a little push in the right direction haha. I wrote the basic code of asking the player for the input and checking if it is a number or not, then assigning it to a variable. Really I just am not sure how to create a "player" for x amount, and put them in a bracket style tournament and then run them against each other (which is almost all of it haha)