So before we proceed to the main code of the game we need to select the word database which will contain all the words that computer will pick randomly and give to the player.
We picked the database of words from following link...
https://www.mit.edu/~ecprice/wordlist.10000
Our Game gives an option to the player to select the difficulty level of the game so we give him/her the option of selecting the number of attempts.
So how to write a function to pick a random word will be shown in coming blogs.
Thank you,
Siddhesh Ramajgol
We picked the database of words from following link...
https://www.mit.edu/~ecprice/wordlist.10000
Our Game gives an option to the player to select the difficulty level of the game so we give him/her the option of selecting the number of attempts.
So how to write a function to pick a random word will be shown in coming blogs.
Thank you,
Siddhesh Ramajgol
Comments
Post a Comment