Create the wordle game in C++. The parameters of this code are
as followed.
Have 3 or 4 functions outside the main.
The program should pick a random 5-letter word from the
words.txt file
Allows the user to make 6 guesses.
If they guess a word with correct letters and correct places it
needs to reflect that for example if the word is askew and they
guess allow, the output should show
a???w
If they guess correct letters in the wrong place it needs to
output the letters underneath the showing that they exist in the
word but that they're in the wrong place. For example for the word
askew.
a???w
s e
Please help with this. My code is so jumbled up I need help
ASAP. This is intro to computer science one so the code is supposed
to be basic in nature. Nothing over the top complicated that I more
than likely haven't learned yet...
Create the wordle game in C++. The parameters of this code are as followed. Have 3 or 4 functions outside the main. The
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
Create the wordle game in C++. The parameters of this code are as followed. Have 3 or 4 functions outside the main. The
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!