Search:

Type: Posts; User: johhny1255

Search: Search took 0.08 seconds.

  1. Replies
    2
    Views
    1,306

    Writing a word jumbler program.

    This program grabs a random word out of a .txt file and jumble the word and then gives the user 4 options: guess, hint, new word, or quit.
    my program compiles and works, however I am having a...
  2. Jumbler word game is not jumbling random words correctly. Always repeats 2 letters.

    This program picks a random word from my words.txt file and then prints the word and under it prints the word jumbled. The jumbled word always repeats one character. For example ("door" would...
  3. Re: Trying to get one line of my string to print and then scramble the code. Cant figure it out.

    I cant figure out how to only print one word from the list. I have tried string.split and tokenizer but neither of them seem to work. Some more help would be greatly appreciated.
  4. Re: Trying to get one line of my string to print and then scramble the code. Cant figure it out.

    Hey thanks for your reply and I will make sure to do that next time.
    Right now my program does compile. When run it imports a .txt file of dictionary words, then prints out a random list of the...
  5. Trying to get one line of my string to print and then scramble the code. Cant figure it out.

    Hey guys I cant Figure out how to choose the first line of my random string of words and jumble the characters. I have been at it for hours and cant figure it out.
    Help would be appreciated.


    ...
Results 1 to 5 of 5