Open Issues Need Help
View All on GitHub Game Development • Card Games
AI: Implement pairs/straights/etc. in aiChooseMoveSimple about 1 month ago
AI Summary: Enhance the simple AI in a Vietnamese card game (Tien Len) to play pairs, triples, and straights, in addition to single cards. The AI should prioritize singles, then pairs, then triples, then straights, and optionally bombs. The solution should reuse existing helper functions and include basic tests to verify the AI's ability to select legal moves of each combination type.
Complexity:
3/5
enhancement good first issue AI