Search:

Type: Posts; User: alexander@semfe

Search: Search took 0.07 seconds.

  1. Replies
    5
    Views
    10,398

    Help with java hangman game(beginner)

    here's the code of a simple hangman game,I have to do for homework.I'm a beginner and I have stuck in the method guess.

    <import java.lang.Object;
    /**
    * Write a description of class Hangman...
  2. Replies
    5
    Views
    10,398

    Re: need help with hangman game project(begginer)

    I don't know how to write the code for when the player guess a letter and he is right.How to relpace the proper _ with the letter he guessed!
  3. Replies
    5
    Views
    10,398

    need help with hangman game project(begginer)

    I have been assignedfrom my university teacher to write a java source code for a hangman game.I have been stuck on the guess method where the player guess a character(especially when he's right).Here...
Results 1 to 3 of 3