Question: Create a vocabulary game program ( in python programming language ) in which the user can select from 3 options: easy words, hard words, and

Create a vocabulary game program (in python programming language) in which the user can select from 3 options: easy words, hard words, and quit. The program should display a question asking a user to define a vocabulary word, and the user must match the definition to the vocabulary word given 4 answers in multiple choice format. To answer, the user must input a number between 1-4 according to the correct definition. If the user correctly answers, the program should display that the user answered correctly, and vice versa if the user answered incorrectly. Lastly, the program must keep track of points according to correct/incorrect answers. Each correct answer will award the user 1 point, and an incorrect answer will not affect the user's score. The program should display the user's total score upon termination. (in python programming language, NOT using py.game)

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!