RiverTethys / ppg-hanabi

Hanabi implementation in Python 3 with AI players
0 stars 0 forks source link

excessive Cluing #19

Open madheime opened 9 years ago

madheime commented 9 years ago

Keep players from giving unnecessary clues. Simple: If a player has received a clue in the last round of play decrement the clues that have them as a target. Advanced: don't give players clues that give them the same information that they have already received by way of cluing. (oh snap... this might not be as difficult as I thought. maybe just an ikyk step)

madheime commented 9 years ago

Did the simple fix. Reduced the hash-portance of this issue.