oecs-sharp/Game.Blackjack/Components
hypercross b4661e714e test: add unit tests for Blackjack and TicTacToe
- 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
2026-07-20 16:41:10 +08:00
..
Card.cs test: add unit tests for Blackjack and TicTacToe 2026-07-20 16:41:10 +08:00
DealerHand.cs test: add unit tests for Blackjack and TicTacToe 2026-07-20 16:41:10 +08:00
Deck.cs test: add unit tests for Blackjack and TicTacToe 2026-07-20 16:41:10 +08:00
Holds.cs test: add unit tests for Blackjack and TicTacToe 2026-07-20 16:41:10 +08:00
InDeck.cs test: add unit tests for Blackjack and TicTacToe 2026-07-20 16:41:10 +08:00
PlayerHand.cs test: add unit tests for Blackjack and TicTacToe 2026-07-20 16:41:10 +08:00
Rank.cs test: add unit tests for Blackjack and TicTacToe 2026-07-20 16:41:10 +08:00
Suit.cs test: add unit tests for Blackjack and TicTacToe 2026-07-20 16:41:10 +08:00