oecs-sharp/Game.TicTacToe.Tests
hypercross 5d7eb14911 refactor: simplify iterator usage and improve command execution
- Replace manual `while (iter.MoveNext())` loops with `foreach` loops in
  tests
- Implement batching and mutation flushing in `CommandQueue.ExecuteAll`
  to
  ensure chained commands see each other's changes
2026-07-21 10:09:40 +08:00
..
Game.TicTacToe.Tests.csproj test: add unit tests for Blackjack and TicTacToe 2026-07-20 16:41:10 +08:00
GameFlowTests.cs refactor: simplify iterator usage and improve command execution 2026-07-21 10:09:40 +08:00
PlayTests.cs refactor: simplify iterator usage and improve command execution 2026-07-21 10:09:40 +08:00
SnapshotTests.cs refactor: simplify iterator usage and improve command execution 2026-07-21 10:09:40 +08:00