kaashif / wotr-card-game-python

Python implementation of the War of the Ring Card Game
GNU General Public License v3.0
0 stars 0 forks source link

Heuristic based AI #4

Open kaashif opened 9 months ago

kaashif commented 9 months ago

I've tried to design the Agent interface to give enough information that the decision maker can implement some heuristics.

I think I still need to work out some way to provide more context (e.g. the entire Game state) and some actual concrete heuristics.