Still working on testing

This commit is contained in:
2022-01-18 21:55:00 -08:00
parent a930eba101
commit a98bc52be0
2 changed files with 14 additions and 1 deletions

View File

@@ -189,7 +189,9 @@ void pokerAi(uint8_t player, pokerturn_t *turn) {
} else {
// Simulate my hand being the winning hand, use that as the confidence
// TODO: Repurpose old code lmao. Just take it from Dawn-C
BGB_printf("Holy shit you guys");
pokerWinnerGetForPlayer(player, &winning);
BGB_printf("Winning type %u", winning.type);
confidence = pokerWinnerGetTypeConfidence(winning.type);
}