Answered step by step
Verified Expert Solution
Question
1 Approved Answer
i need this to be coded in c# on visual studio code please save on a file and add it as an attachment Vrite a
i need this to be coded in c# on visual studio code please save on a file and add it as an attachment
Vrite a Typing Tutor game using Visual Studio. The following specifications must be met. - Gameplay - The player starts a new game and is presented with a sentence or phrase to be typed. - Through key presses the next letter in the sentence or phrase can be entered. - Once all letters of the sentence/phrase have been typed, the game comes to an end. o The player's accuracy for each letter typed is presented. This is updated as the player types. A new game can be started or a quit command can be issued. - Programming - Commands to start a new game or quit the program must be represented by command buttons on the main form. - Alist of sentences/phrases to be used in the game must be stored internally in an array. The sentencelphrase which is to be typed in each game must be chosen randomly and then displayed. Typing must be processed through the Keypress event of the main form. Correctletters must be recorded using a collection structure, and then displayed beneath the example to be typed. Each letter typed must be recorded using a collection structure. The accuracy for each letter must be displayed in a t stsox on the main form, and must contain the successes for each letter, as a score out of the total attempts. Hashtables must be used for storing typing accuracy
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started