HELP ! i need a program that will allow a user to build a face!
Author |
Message |
smileyface
|
Posted: Sat Dec 12, 2009 7:25 pm Post subject: HELP ! i need a program that will allow a user to build a face! |
|
|
What is it you are trying to achieve?
I need a program that will allow a user to build a face!
What is the problem you are having?
I done noe how my program is actually going to work, i need help with the code.
Describe what you have tried to solve this problem
I tried different codes but they dont work.
Please specify what version of Turing you are using
Turing 4.1.1 |
|
|
|
|
 |
Sponsor Sponsor

|
|
 |
DemonWasp
|
Posted: Sat Dec 12, 2009 7:28 pm Post subject: RE:HELP ! i need a program that will allow a user to build a face! |
|
|
First, think of how you would do this ("build a face") on paper, with a pencil. No computers allowed.
Second, think of a simple set of steps to follow to achieve this result. For example:
1) Draw circle for head
2) Draw triangle for nose
3) Draw ovals for eyes
4) Draw arc for mouth
Then, decide what choices a user has about each step and how you're going to get those choices from the user.
Then write the program. This part should prove relatively easy if you've done the above correctly. |
|
|
|
|
 |
|
|