help me , Treasure hunt game code
显示 更早的评论
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.
采纳的回答
更多回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Number games 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!