C#C
C#3y ago
hills

❔ Fixing some methods

Working on a game for my course right now. There are two methods that i need to fix: PlayGame and DisplayState. As it stands the game allows each player to accept an unlimited number of offer moves and swap them into their move queue.

The offer move is displayed at the start of the turn. If the offer move is accepted and swapped into the queue:

  • I need to make sure another offer move is NOT displayed.
  • The prompt "…or 9 to take the offer: " should be hidden, so that only "Choose move option to use from queue (1 to 3)" is displayed
  • When the player's turn is complete, an offer move and all prompts should be displayed for the other player.
Any help would be massively appreciated
Was this page helpful?