ladybird/Userland/Games/Hearts
Gunnar Beutner 1ae18c1228 Hearts: Let the AI pick better lead cards
Instead of picking the card with the lowest value we should pick the
card with the highest value for which we know no lower value card is
in play anymore and that someone else still has an even higher value
card.
2021-05-22 12:03:31 +01:00
..
CMakeLists.txt Games: Add Hearts 2021-05-21 23:38:18 +02:00
Game.cpp Hearts: Let the AI pick better lead cards 2021-05-22 12:03:31 +01:00
Game.h Hearts: Let the AI pick better lead cards 2021-05-22 12:03:31 +01:00
Hearts.gml Games: Add Hearts 2021-05-21 23:38:18 +02:00
Helpers.h Games: Add Hearts 2021-05-21 23:38:18 +02:00
main.cpp Hearts: Remove dead code 2021-05-22 12:03:31 +01:00
Player.cpp Hearts: Let the AI pick better lead cards 2021-05-22 12:03:31 +01:00
Player.h Hearts: Let the AI pick better lead cards 2021-05-22 12:03:31 +01:00