Zomis / Games

Many kinds of games, playable in both multiplayer or local play. Replays, spectator mode, and AIs.
https://games.zomis.net
MIT License
17 stars 5 forks source link

Hanabi AI #311

Open Zomis opened 1 year ago

Zomis commented 1 year ago

Make an HanabiAIListener that keeps track of recent actions and uses that to play according to a strategy.

Advanced strategy:

When giving a clue to reduce possibilities, you can only consider what you know about what they know. i.e. can't consider the true value of your unknown cards.

Try to give as much details as possible (lower number of combinations for other players)

Make assumptions about if players know what to do or not -- play or discard - might benefit from the game copying feature?

Prefer clues that give unambigous information. e.g. if you have two 1s, but only one of which is playable, tell the color instead of the value. (which will tell you about one card but also give more information)