Brought over unfinished ai code.

This commit is contained in:
2022-01-13 23:07:00 -08:00
parent 0cbc9a8d52
commit 31a6271f27
7 changed files with 219 additions and 53 deletions

View File

@@ -104,4 +104,7 @@
#define CARD_SUIT_COUNT 4
/** Standard Card Deck Size */
#define CARD_DECK_SIZE 52
#define CARD_DECK_SIZE 52
inline uint8_t cardGetNumber(uint8_t card);
inline uint8_t cardGetSuit(uint8_t card);