Open Issues Need Help
View All on GitHub Add win condition: Player wins if their hand is empty about 5 hours ago
AI Summary: This issue requests the implementation of a new win condition: a player wins if their hand is empty. The task involves adding a check within the game logic, specifically looking at `self.hand` in `Player.py`, and declaring the player a winner if no cards are present.
Complexity:
1/5
enhancement good first issue