oecs-sharp/Game.TicTacToe.Tests
hypercross f8d0fe314c test: add play tests for Blackjack and TicTacToe
Implement play tests for Blackjack and TicTacToe that simulate games
using various AI agents (Basic Strategy, Random, Greedy) and record
the results, decisions, and reactivity into playlogs for debugging
and LLM analysis. Update documentation to reflect the purpose of
these tests.
2026-07-20 17:22:07 +08:00
..
Game.TicTacToe.Tests.csproj test: add unit tests for Blackjack and TicTacToe 2026-07-20 16:41:10 +08:00
GameFlowTests.cs test: add unit tests for Blackjack and TicTacToe 2026-07-20 16:41:10 +08:00
PlayTests.cs test: add play tests for Blackjack and TicTacToe 2026-07-20 17:22:07 +08:00
SnapshotTests.cs feat(oecs): improve serialization and add snapshot tests 2026-07-20 17:05:17 +08:00