Click here to Skip to main content
15,886,519 members
Please Sign up or sign in to vote.
1.00/5 (3 votes)
i have to make a hangman game with my team and i do not know how to start it
i need to make it using c++ and i need a good advice how to start it
i am a team leader.i have to know how to make this game to explain it to my friends

What I have tried:

to find a top down design for this project
Posted
Updated 11-May-17 10:17am

You start with requirements specification, then refine that to outline design, and then to detailed design and finally to code and test.
 
Share this answer
 
Quote:
i do not know how to start it

You know how to play the game with a sheet of paper and pencil.
Write down a procedure explaining every steps of the game, then ask a member of your team to play the computer by following blindly the procedure. When a step is too complicated, refine the procedure, when a step is not clear, refine.
The final procedure will be almost your pseudo code.

Some trading about E.W. Djikstra top-Down method :
https://en.wikipedia.org/wiki/Top-down_and_bottom-up_design[^]
https://en.wikipedia.org/wiki/Structured_programming[^]
https://en.wikipedia.org/wiki/Edsger_W._Dijkstra[^]
https://www.cs.utexas.edu/users/EWD/ewd03xx/EWD316.PDF[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900