Link to home
Start Free TrialLog in
Avatar of Lana_K
Lana_K

asked on

Guessing Game

I need to write a simple game that guesses an animal accoring to users input. It uses a "binary" tree (left, right, parent pointers) to build up a database. Program should be implemented using structs (not classes). Starts with a question"Does it have 4 legs" if Yes program guesses "Dog" if No "Bird", than prompts for another input. Im late on assignment, so I need help please!!!
Avatar of stefan73
stefan73
Flag of Germany image

Hi Lana_K,
We don't do your homework for you. Start coding, and if you have specific questions, come back.

Cheers!

Stefan
Avatar of Lana_K
Lana_K

ASKER

I don't need a code for the whole program I need ideas to make it stand out ! Suggestions on better implementations, any ideas to how to make the console more interesting. I already tried to make test red, but so far cant figure out how to make it work. I need a creative approach to an ordinary problem, NOT to do my homework.
ASKER CERTIFIED SOLUTION
Avatar of bcladd
bcladd

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial