oecs-sharp/examples/TicTacToe
hypercross a19861c080 feat: add TicTacToe example project
Implement a complete Tic-Tac-Toe game using OECS to demonstrate
ECS patterns, including:
- Command pattern for placing marks
- System groups for logical updates and rendering
- CSV loading for initial board state
- Reactivity logging for observing entity and component changes
2026-07-18 20:43:13 +08:00
..
Commands feat: add TicTacToe example project 2026-07-18 20:43:13 +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 TicTacToe example project 2026-07-18 20:43:13 +08:00
CsvLoader.cs feat: add TicTacToe example project 2026-07-18 20:43:13 +08:00
Program.cs feat: add TicTacToe example project 2026-07-18 20:43:13 +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