oecs-sharp/Game.TicTacToe.Tests
hypercross 96d732d6ab refactor: simplify component iteration and singleton handling
Update the ECS engine to support automatic mutation tracking for
singletons during iteration, removing the need for manual
`MarkModified` calls.

- Update `ComponentDiscoveryGenerator` to detect singleton components.
- Refactor `PlaceMarkCommand` and `WinCheckSystem` to leverage
  automatic mutation marking.
- Replace `ForEach` usage with `Select` and `ItemN` access in tests
  and systems to align with the updated iterator API.
2026-07-21 09:15:27 +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 component iteration and singleton handling 2026-07-21 09:15:27 +08:00
PlayTests.cs refactor: simplify component iteration and singleton handling 2026-07-21 09:15:27 +08:00
SnapshotTests.cs refactor: simplify component iteration and singleton handling 2026-07-21 09:15:27 +08:00