develop a decision-making algorithm, T=the goal of this part of the project is to create a program that will generate and control the behaviors of AI entities.
Create a program that will perform the following using the methods described below.
1. Create an Entity Generator Class – This class should:
a. Create entities to be used in the game
b. Have the ability to handle different types of entities
i. AI Bot Type 1 (i.e. Person)
ii. AI Bot Type 2 (i.e. Car)
…
