Develop a simple game (save it as balls.py). In this game, there…

Question Answered step-by-step Develop a simple game (save it as balls.py). In this game, there… Develop a simple game (save it as balls.py). In this game, there are three coloured balls, Red, Blue and Yellow. This game is played by two players: Player 1 (User) and Player 2 (Computer). At each round, players are asked to enter either 1 for Red, or 2 for Blue or 3 for Yellow. The game goes by the following rules: ? Red vs Blue >> the player who chose Red wins a point. ? Blue vs Yellow >> the player who chose Blue wins a point. ? Yellow vs Red >> the player who chose Yellow wins a point. ? If both players choose the same colour, no points are won. The game terminates when either of the two players hits 3 points in total or when either of the players hits Enter (with no entry) to exit. At which point, the program prints out the core for each player. When the game concludes, the name of the winner (either the user of the computer) is printed on the screen. sir mam i want full coding of this question along with explanation. Computer Science Engineering & Technology Python Programming HS 1031 Share QuestionEmailCopy link Comments (0)