Write a program for Text Game, where you will ask a question with 2 choices. The user's choice will lead to a new question with another 2 choices and so on. Ask user to enter the total number of questions to reach a destination should be configurable between 15 to 30. The solution should force the user to exhaust all 15 no matter what to arrive at the destination. user should not be able to answer in such a way that I get to the final result in 10 times
For example.
Q: Walking on the road you reach a fork, do you take left or right?
A: right
Q: You reached a lake, will you swim or go around it?
A: I will swim
The End! You are in Florida. Alligator caught you :)
make setup
make start-game
make build
make build-and-run
make tests