oecs-sharp/Game.Blackjack
hypercross 68eeeeb7a6 feat(oecs): add support for reordering relationship sources
Introduces `RelationshipReordered` change kind and `ReorderSources`
method to allow reordering the source set of a relationship without
removing and re-adding components. This optimizes shuffling operations
like deck setup in Blackjack.
2026-07-21 22:46:32 +08:00
..
Commands refactor: simplify entity lookups and clean up state updates 2026-07-21 13:57:11 +08:00
Components refactor: remove Source property from IRelationship 2026-07-20 22:59:27 +08:00
Singletons refactor: convert component structs to record structs 2026-07-20 17:15:17 +08:00
Systems feat(oecs): add support for reordering relationship sources 2026-07-21 22:46:32 +08:00
Blackjack.csproj feat(oecs): improve serialization and add snapshot tests 2026-07-20 17:05:17 +08:00
Mulberry32.cs test: add unit tests for Blackjack and TicTacToe 2026-07-20 16:41:10 +08:00