View Single Post
Old
joncjaffe
Junior Member
 
Status: Offline
Posts: 12
Join Date: Jan 2012
Default 04-11-2012, 09:32 PM

)Caballo horse (2) Pájaro bird (3) pollo chicken (4) perro dog (5)gato cat

(6) burro donkey (7)conejo rabbit (8) cerdo pig (9) zorro fox (10) lobo wolf

BEGIN
A general overview of the rules must be displayed to user
If/else When play begins computer pick
a random animal 1, 2, or 3,will appear from list
a random Spanish name will appear from list 1-10
Prompt the user to answer “Is this the correct name for this animal?”
If/else
Computer to pick animal name from list at random.
(1)Caballo (2) Pajaro, (3) pollo,(4) perro,(5) burro,
(6) gato,(7) conejo,(8)cerdo,(9) zorro, ,(10)lobo
Ask user guess name (animal 1) horse
If/else (not [ true] guess again)
True exit loop.
Ask user guess name ( animal 2)bird
If/else (not [ true ] guess again)
True exit loop.
Ask user guess name (animal 3)chicken
If/else (not [ true ] guess again)
True exit loop.
The game will continue until the user closes the window
END


is this it?
   
Reply With Quote