Hello! I was thinking of making a charades game. Just a simple one wherein when you run the code it will display a Category and then the Word that the user will guess. Displayed on the screen is just the category of the word and the word itself but only 1 or 2 letters are shown. If the user enters the correct word then that is 1 point and there is a score shown after each correct answer. Then after each guess there would be a question if the user wants to continue.
You need to store your words, together with its category.
You need somehow randomly choose a word, printing its first letters, together with its category
You need to read the user input and compare this with your word and update the score.
Please don't expect that someone provides you with the whole code. Give you a try. We will help you, improving your code.