Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
  1. Home
  2. General Programming
  3. C#
  4. Urgent - Need help with Hangman Game

Urgent - Need help with Hangman Game

Scheduled Pinned Locked Moved C#
csharpgame-devhelp
8 Posts 5 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • C Offline
    C Offline
    China Gary
    wrote on last edited by
    #1

    Im having a bit of difficulty doing a small simple Hangman game, im a novice at C# so any help would be handy thanks!

    L Q E C 4 Replies Last reply
    0
    • C China Gary

      Im having a bit of difficulty doing a small simple Hangman game, im a novice at C# so any help would be handy thanks!

      L Offline
      L Offline
      Lost User
      wrote on last edited by
      #2

      http://www.codeproject.com/netcf/hangman\_dncf.asp

      1 Reply Last reply
      0
      • C China Gary

        Im having a bit of difficulty doing a small simple Hangman game, im a novice at C# so any help would be handy thanks!

        Q Offline
        Q Offline
        quiteSmart
        wrote on last edited by
        #3

        please explain your problem

        1 Reply Last reply
        0
        • C China Gary

          Im having a bit of difficulty doing a small simple Hangman game, im a novice at C# so any help would be handy thanks!

          E Offline
          E Offline
          ednrgc
          wrote on last edited by
          #4

          What have you done so far?

          C 1 Reply Last reply
          0
          • E ednrgc

            What have you done so far?

            C Offline
            C Offline
            China Gary
            wrote on last edited by
            #5

            Its something i was just assigned, so need a bit of guidance. He's looking for arrays, 3 of them, like a easy/medium/hard version of the game. 6/8/10 lettered words.

            E 1 Reply Last reply
            0
            • C China Gary

              Its something i was just assigned, so need a bit of guidance. He's looking for arrays, 3 of them, like a easy/medium/hard version of the game. 6/8/10 lettered words.

              E Offline
              E Offline
              ednrgc
              wrote on last edited by
              #6

              Nobody here will do the work for you. But, they will be happy to help you along the way. You need to make an effort to create the project yourself. If/when you get stuck on a specific part, people here will definitely help you. Since you haven't started the project, I suggest writing out the steps of the project (scope). You start with a high level overview of the project: A Hangman program. We select a random word from some source. The user will guess letters. We check if the letter exists in the word. If the letter exists, display it in the correct place. If the word is complete, the user wins. If the letter does not exist, draw the next piece of the hangman. If the hangman is complete, the user loses. From there, get more specific about each of the steps until it looks like complete pseudo-code. From there, you can easily create the program based on the overview, which could possibly become the documentation of the project.

              C 1 Reply Last reply
              0
              • C China Gary

                Im having a bit of difficulty doing a small simple Hangman game, im a novice at C# so any help would be handy thanks!

                C Offline
                C Offline
                Colin Angus Mackay
                wrote on last edited by
                #7

                Look at the source code for this game: An International Hangman Game for the Pocket PC[^]


                Upcoming Scottish Developers events: * Glasgow: Tell us what you want to see in 2007 My: Website | Blog | Photos

                1 Reply Last reply
                0
                • E ednrgc

                  Nobody here will do the work for you. But, they will be happy to help you along the way. You need to make an effort to create the project yourself. If/when you get stuck on a specific part, people here will definitely help you. Since you haven't started the project, I suggest writing out the steps of the project (scope). You start with a high level overview of the project: A Hangman program. We select a random word from some source. The user will guess letters. We check if the letter exists in the word. If the letter exists, display it in the correct place. If the word is complete, the user wins. If the letter does not exist, draw the next piece of the hangman. If the hangman is complete, the user loses. From there, get more specific about each of the steps until it looks like complete pseudo-code. From there, you can easily create the program based on the overview, which could possibly become the documentation of the project.

                  C Offline
                  C Offline
                  China Gary
                  wrote on last edited by
                  #8

                  Thanks, ill post later on with a more detailed approach!

                  1 Reply Last reply
                  0
                  Reply
                  • Reply as topic
                  Log in to reply
                  • Oldest to Newest
                  • Newest to Oldest
                  • Most Votes


                  • Login

                  • Don't have an account? Register

                  • Login or register to search.
                  • First post
                    Last post
                  0
                  • Categories
                  • Recent
                  • Tags
                  • Popular
                  • World
                  • Users
                  • Groups