oecs-sharp/examples/TicTacToe
hypercross b551a67915 feat: add simplified Select extension methods to EntityIterator
Add overloads for Select that allow iterating over components without
manually building a QueryDescriptor, simplifying usage in systems.
2026-07-18 22:27:14 +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 feat: add simplified Select extension methods to EntityIterator 2026-07-18 22:27:14 +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