carlofazioli / cardiathena

A project to study strategies in the game of hearts, using distributed computing, AI, and data analytics.
GNU General Public License v3.0
6 stars 1 forks source link

Lowlayer method 2 passing #83 #84

Closed davidjha closed 4 years ago

davidjha commented 4 years ago

Method 2: Average the face cards in each suit, and pass the highest cards from the suit with the highest average. (J = 9, Q = 10, K = 11, A = 12). Repeat if void.

Correctly averages face value cards in each suit. Passes Highest cards of that suit until void or 3 cards are selected.