help me , Treasure hunt game code
Show older comments
A treasure chest is placed on any number of floors in a 100-story building. If you match the number of floors, you'll be the winner.
Gameplay If the computer says any number of floors, the treasure chest will be located higher than the player said.
only tells you it's in a down position.
The position of the treasure chest through continuous player questions. You can get it right.
he sooner you find it, the less questions you ask, the higher the score. You can't play games like this.
Write down the Matlab code that exists.
f = floor(rand()*100) + 1
t = input('t')
n = 0;
while n<1
n = n+1;
if t>f
disp('up')
end
if t<f
disp('down')
end
end
I want to make sure that I don't see the code f on which floor I'm coming out, I want to know the code to know how many times I've tried, and I want to know the code to know each score according to the number of attempts.
My English is not good, so there may be some grammatical errors. thank you.
Accepted Answer
More Answers (0)
Categories
Find more on Number games in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!