Computer Forums

Member Login

Remember Me? Sign Up! | Forgot Password
 
Slogan
 
Computer Forums > Programmers Lounge > Programming Discussions » New to programming need flowchart/pseudocode help
Closed Thread
Old 04-06-2008, 12:51 PM   #1 (permalink)
 
Newb Techie

Join Date: Apr 2008

Posts: 1

Thewonk is on a distinguished road

Default New to programming need flowchart/pseudocode help

I have a final project due in my intro to programming class and i have to create a flowchart and pseudocode for a 6-10 letter word hangman game..i am a little lost and if anyone could point me in the direction of some helpful info it would be greatly appreciated
Thewonk is offline  
Old 04-06-2008, 07:37 PM   #2 (permalink)
S0ULphIRE's Avatar
 
01001100011011110110110

Join Date: Mar 2007

Location: Perth, Australia

Posts: 1,988

S0ULphIRE has a spectacular aura aboutS0ULphIRE has a spectacular aura about

Send a message via MSN to S0ULphIRE
Default Re: New to programming need flowchart/pseudocode help

Just go through what you have to do first. e.g.
Get the answer word, check user input against first letter, does it match?
y: check next user input against second letter
n: loop back to check user input again.
Then solve each problem by itself.
Create a program that checks what letter was pressed, another that compares that with a predefigned letter, etc.
When they all work seperately combine them. Easier that way
__________________
"As a result of all this hardship, dirt, thirst, and wombats, you would expect Australians to be a dour lot. Instead, they are genial, jolly, cheerful, and always willing to share a kind word with a stranger, unless they are an American."
-- Douglas Adams

Click this if I helped you
>>>><<<<
S0ULphIRE is offline  
Old 05-10-2008, 04:06 AM   #3 (permalink)
mattew's Avatar
 
Banned

Join Date: May 2008

Posts: 147

mattew is on a distinguished road

Send a message via MSN to mattew
Default Re: New to programming need flowchart/pseudocode help

make the hangman game as a two user game where in the first player feeds the data(movie name/book name/stars etc). u can use an array for that.

now let the second player start guessing the name from it.
to add more feauters u can give hint and no of chances to the other users....

by doing this ur coding will be much simpler......
mattew is offline  
 
Closed Thread

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
A Startup opportunity for Internet Programming experts Josh_Chicago Programming Discussions 0 02-04-2008 06:07 PM
Any good programming videos? Saxon Programming Discussions 6 01-02-2008 11:58 AM
Any programming experts (Javascript?) I need a job done, will pay Quintox Programming Discussions 2 08-01-2007 05:29 PM
New Hack Technique Exploits Common Programming Error Osiris Virus - Spyware Protection / Detection 0 07-23-2007 02:26 PM