PLEASE HELP I COULDN'T, I'M DESPERATE, I CAN'T FIND ANSWERS, HELP THEM!!!!!! (DON'T ANSWER IF YOU DON'T KNOW)
We want to develop software that simulates a penalty shootout between two teams represented by two players, for a maximum of 10 teams. For each definition the two teams must shoot 5 penalties each in turns and the one that achieves the most goals wins. If at the end of the sequence the teams are tied, they must pull one by one until they break the tie. Unlike a real definition, the goalkeeper in charge of stopping penalties will be the computer. Prior to each game, the sequence towards which the archer will be thrown in each shot must be generated randomly and stored.
The program must have two modes:
Solitaire: the player plays against the computer
Multiplayer: two players shooting and machine tackling
The scores will be stored in the system and at the end of the game the scores obtained by the players will be displayed along with the respective names of the teams they represent (regardless of the order); In addition, the system must indicate the name of the winner.
Creativity and improvements that can be added will be valued, such as: graphics with characters on console, possibility of shots on the sticks or outside, increased difficulty levels etc ...
NOTE: IT IS MANDATORY TO PUT METHODS AND ARRAYS
Please help me is in Java