oecs-sharp/Game.Blackjack/Commands
hypercross 10c4caed90 test: improve blackjack play tests and logging
Refactor `RunRound` to `RunUntilDone` to allow for multi-round
simulations
until a win/loss condition is met. Added round summaries, win/loss/push
tracking, and improved log formatting to provide better visibility into
agent performance.
2026-07-20 17:37:23 +08:00
..
HitCommand.cs test: add unit tests for Blackjack and TicTacToe 2026-07-20 16:41:10 +08:00
NewRoundCommand.cs test: improve blackjack play tests and logging 2026-07-20 17:37:23 +08:00
PlaceBetCommand.cs test: add unit tests for Blackjack and TicTacToe 2026-07-20 16:41:10 +08:00
StandCommand.cs test: add unit tests for Blackjack and TicTacToe 2026-07-20 16:41:10 +08:00