Write a C++ program. Only use string, vector and iterator types from STL for solving these two problems. You can also use a math library. Q2: Design a game that mimics Wordle. Design the code by using...


Write a C++ program. Only use string, vector and iterator types from STL for solving these two problems.<br>You can also use a math library.<br>Q2:<br>Design a game that mimics Wordle. Design the code by using functions as much as you<br>can. You do not need to design a graphical interface as shown on the website. This assignment is about<br>designing the underlying logic. Hardcode a set of valid dictionary words in your program. At the end of<br>each try, you can output the text as shown in their example below (i.e.,

Extracted text: Write a C++ program. Only use string, vector and iterator types from STL for solving these two problems. You can also use a math library. Q2: Design a game that mimics Wordle. Design the code by using functions as much as you can. You do not need to design a graphical interface as shown on the website. This assignment is about designing the underlying logic. Hardcode a set of valid dictionary words in your program. At the end of each try, you can output the text as shown in their example below (i.e., "The letter W is in the word and in the correct spot."): W EARY The letter W is in the word and in the correct spot. ILLS The letter I is in the word but in the wrong spot. V AGUE The letter U is not in the word in any spot.

Jun 02, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions ยป

Submit New Assignment

Copy and Paste Your Assignment Here