Search:

Type: Posts; User: devindadude

Search: Search took 0.09 seconds.

  1. Replies
    10
    Views
    1,047

    Re: Hangman Help

    i think i see what you are getting at because have the recall of my hidden word in the while loop so it goes everytime
  2. Replies
    10
    Views
    1,047

    Re: Hangman Help

    i wrote the code and the method for the String buffer is this


    <public StringBuffer choseWord(String s){ // method that makes the string dashes

    hideWord = new StringBuffer(s.length());...
  3. Replies
    10
    Views
    1,047

    Re: Hangman Help

    The nested statements are indented it is just the way the code was copied into thread.



    Im guessing it does this in the loop some how when i do the guesses one by one, im just not understanding...
  4. Replies
    10
    Views
    1,047

    Re: Hangman Help

    I dont know if you have tried to compile it or not but it happens when i compile the code. After i enter in my first guess it adds more dashes to word even though it stays the same, thus not allowing...
  5. Replies
    10
    Views
    1,047

    Re: Hangman Help

    It is like hangman just a word guessing game with unlimited tries until you get the word right. The word is chosen from my arraylist of words and disguised by dashes.

    When i run the program...
  6. Replies
    10
    Views
    1,047

    Hangman Help

    My code is not updating write after i enter a guess can someone help me out i cant think of what would be wrong

    This is my hangman class

    import java.util.*;
    import java.io.*;


    public...
Results 1 to 6 of 6