Advertisement
Guest User

Untitled

a guest
May 25th, 2015
233
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.22 KB | None | 0 0
  1. me);
  2. 62 //choose a random word from the dictionary if the seed is invalid x 84 }
  3. 63 if ((strlen(seed) == 6) && (DictFindWord(new->gameDict, seed) == 1)) { x 85 return 0;
  4. 64 new->letters = strdup(seed); x 86 break;
  5. 65 } else { x 87 }
  6. 66 new->letters = strdup(DictRandomWord(new->gameDict)); x 88 printf("> ");
  7. 67 } x 89 }
  8. 68 x 90 return 0;
  9. 69 //Uses the seed letters and dictionary to populate the wordsToGuess x 91 }
  10. 17,1-3 3% x
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement