Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Imagine that you are part of a team of computer scientists who were just asked to modernize two common children games from the 1990s. To

Imagine that you are part of a team of computer scientists who were just asked to modernize two common children games from the 1990s. To modernize these, you teams tasked with designing an algorithm which will act as the computerized opponent and have the best chance of winning the game.

Develop an algorithm that will decide when to buy properties in the game of Monopoly (https://en.wikipedia.org/wiki/Monopoly_(game)). This algorithm needs to decide if they should buy a vacant property which they land on. It needs to take into consideration, for example, the amount of money the computer has as well as probabilities of someone landing on the property and how much money they would gain from this as well as the probabilities of itself (the computer) landing on other squares and going bacnrupt.

If you propose a new algorithm, you should be specific in the steps of the algorithm. Keep in mind this class is diverse, and not everyone has programming experience. Therefore, you should post the steps in a clear way which anyone can understand. There is no need to write any computer language, instead use language anyone could understand. You can elaborate on the steps if you think it will help clarify things. The algorithm does not need to be the best but just a different idea than any other algorithms. For those unfamiliar with programming, it might help if you understand conditional statements (https://en.wikipedia.org/wiki/Conditional_(computer_programming) ) as well as loops (https://en.wikipedia.org/wiki/While_loop).

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Practical Database Programming With Visual C# .NET

Authors: Ying Bai

1st Edition

0470467274, 978-0470467275

More Books

Students also viewed these Databases questions

Question

Design a training session to maximize learning. page 296

Answered: 1 week ago

Question

Design a cross-cultural preparation program. page 300

Answered: 1 week ago