oecs-sharp/examples/TicTacToe
hypercross df388ee9b3 refactor: remove QueryDescriptor from ISystem interface
Remove the mandatory Query property from the ISystem interface,
allowing systems to manage their own queries locally or via other
means. Update all implementing systems and tests to use local
query descriptors instead.
2026-07-18 22:22:52 +08:00
..
Commands feat: add deferred structural mutations and entity iterators 2026-07-18 21:22:23 +08:00
Components feat: add TicTacToe example project 2026-07-18 20:43:13 +08:00
Data feat: add TicTacToe example project 2026-07-18 20:43:13 +08:00
Singletons feat: add TicTacToe example project 2026-07-18 20:43:13 +08:00
Systems refactor: remove QueryDescriptor from ISystem interface 2026-07-18 22:22:52 +08:00
CsvLoader.cs feat: add TicTacToe example project 2026-07-18 20:43:13 +08:00
Program.cs feat: implement game saving and loading in TicTacToe 2026-07-18 21:06:57 +08:00
TicTacToe.csproj feat: add TicTacToe example project 2026-07-18 20:43:13 +08:00
test_input.txt feat: add TicTacToe example project 2026-07-18 20:43:13 +08:00
test_load.txt feat: add WorldSerializer for saving and loading world state 2026-07-18 21:07:05 +08:00
test_save.txt feat: add WorldSerializer for saving and loading world state 2026-07-18 21:07:05 +08:00