This is object oriented and gui laboratory we use c# in the lecture , this is the question
Words Game We want to create a simple game in windows forms. The game asks the player to reorder a set of characters into an understandable word. The game's interface should look like Figure 1: Words Game Game Neleome to the Words Game ! Controls Score cmoleew 0 NEXT CHECK Figure 1: The game's starting interface Each time a player presses the NEXT button, a shuffled word appears. For example, cmoleew'.The user should guess the correct order of the shown letters. For example, the player could writewelcome, in the text box in Figure l. . After the player types a word in the text box, he she presses the CHECK button. If the player's guess matches the correct answer, a message box saying CORRECT Answer" appears on the screen (see Figure 4). If the player's guess is wrong a message box saying "WRONG Answer!" appears on the screen . When the player's answer is correct increase the score value by 1. . When the score is equal to 5, a message telling the player that heshe has won the game appears on the screen. See Figure 2 Add a menuStrip that contains two items." Help. and 'Exit' (see Figure 2). When the user presses the Help item, a message box appears telling the user how to play the game (see Figure 3). When the "Exit item is pressed, the game window closes. * Tips: You can create an array of strings as private field in your Form class. Put a mumber of cormect words of your choice inside the aray. The anray should contain at least 10 words . When the player clicks the NEXT button, select one word at random from the string anay Then shuffle the characters in the selected woed. Finally, display the shuffled characters to the player When the player clicks the CHECK button, just commpare the textBox's Tal property with the correct word Words Game Game Help me to the ords Game ! Great!!! You've Won the Game! Controls Score 5 NEXT CHECK Figure 2: The game's interface when score Words Game Game Control sscla Press INEXT to view the next shuffled word. Press ENTER to check the entered word. You win when you reach score S GOOD LUCK NEXT CHECK OK Figure 3: The Earne's interface after pressing the menu item. Words Game Game Score emelwco 2 NEXT CHECK CORRECT ANSWER Figure 4: The game's interface after checking a correct