julianperrott/SimCityBuildItBot: A SimCity BuildIt Bot - GitHub
This is a finite state machine or a decision tree. Example pseudo-logic: simcity bot
IF residential demand > 70% AND available zones < 10: FIND lowest-density empty residential area near existing park CLICK zone tool, drag 6x6 area SET zone density to medium ELSE IF average commute time > 45 minutes: IDENTIFY most congested road segment UPGRADE road to avenue OR add a bus stop ELSE IF cash < 10,000 AND monthly profit < 0: INCREASE low-wealth tax by 1% REDUCE police/medical budget by 5% 70% AND available zones <
The primary goal of a SimCity bot is to handle the time-consuming logistics of city management. 000 AND monthly profit <
For those interested in the technical side, there are open-source projects on GitHub like julianperrott's SimCityBuildItBot