QUESTION: Create a game where the user tries to guess a 2D location in a grid based on feedback from the the computer in

Business, Finance, Economics, Accounting, Operations Management, Computer Science, Electrical Engineering, Mechanical Engineering, Civil Engineering, Chemical Engineering, Algebra, Precalculus, Statistics and Probabilty, Advanced Math, Physics, Chemistry, Biology, Nursing, Psychology, Certifications, Tests, Prep, and more.
Post Reply
answerhappygod
Site Admin
Posts: 899604
Joined: Mon Aug 02, 2021 8:13 am

QUESTION: Create a game where the user tries to guess a 2D location in a grid based on feedback from the the computer in

Post by answerhappygod »

QUESTION: Create a game where the user tries to guess a 2D
location in a grid based on feedback from the the computer in terms
of information like “you’re getting closer” or “you’re getting
further away”.
In this project you have to develop an application that:
To pass, the code that you use to produce that application
must use a combination of at least:
PLEASE INCLUDE COMMENTS IN THE CODE WHICH EXPLAIN AND DEFINE THE
SECTION TO HELP ME UNDERSTAND WHAT YOU'RE DOING. TIA
EDIT: Create this game using MATLAB. Not sure how to move in
the matrix. I was thinking that the users guess the
coordinates and somewhere in the code use the distance between two
points formula and if their guess is greater than this distance,
say "further" or "closer" if smaller. Not too sure on the
details.
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!
Post Reply