minustehbare / CSE4705_final

Game of the Amazons AI for final project.
2 stars 0 forks source link

Aggressive First Moves #13

Open minustehbare opened 13 years ago

minustehbare commented 13 years ago

For the first move we are prioritizing attacking the top/bottom queens and if neither of those moves work we settle for attacking a side-board piece.

For second/third moves should we continue to aggressively corner the queen that we attacked on the first move, or should we instead try and attack other pieces? Either will work, but I'm leaning towards attacking other pieces. It will limit their pieces on the first move they can either a) leave their piece there so that their other pieces aren't limited or b) move their piece out of danger and thereby leave all other pieces in their initial places so they can be blocked as well.

Tell me what you think.