oecs-sharp/Game.Blackjack.Tests
hypercross cbb7edd472 refactor: simplify entity lookups and clean up state updates
- Replace manual entity iteration with `world.FindEntity<T>()`
- Remove redundant `MarkModified<GameState>` calls
- Add safety counters to prevent infinite loops in tests and systems
- Call `FlushPendingMutations` after card transfers to ensure
  consistency
- Rename `Run` to `RunImpl` in several systems
2026-07-21 13:57:11 +08:00
..
Game.Blackjack.Tests.csproj test: add unit tests for Blackjack and TicTacToe 2026-07-20 16:41:10 +08:00
GameFlowTests.cs refactor: simplify entity lookups and clean up state updates 2026-07-21 13:57:11 +08:00
PlayTests.cs refactor: simplify entity lookups and clean up state updates 2026-07-21 13:57:11 +08:00
SnapshotTests.cs refactor: simplify entity lookups and clean up state updates 2026-07-21 13:57:11 +08:00