- Add xUnit test projects for both games - Implement game flow tests for Blackjack - Implement game flow tests for TicTacToe - Rename namespaces and projects to follow `Game.*` convention - Add documentation for testing games |
||
|---|---|---|
| .. | ||
| Card.cs | ||
| DealerHand.cs | ||
| Deck.cs | ||
| Holds.cs | ||
| InDeck.cs | ||
| PlayerHand.cs | ||
| Rank.cs | ||
| Suit.cs | ||