This is a django-based line bot that provide a little game to play.
Now you have 3 eggs, I want to know the
MAX number X
such that the egg won't break
if I throw it from Xth floor of the building.
The range for X
is 0 ~ 1000.
Note that if the egg is not broken, it will be thrown again in the next trial.
Please help me to find the number X within at most 30 trials.
Different input has different function.
#
: Get the information of remain throwing times and eggs.? N
: Query the result of throwing egg from Nth floor.! N
: Check whether N is the answer or not and restart game.