oecs-sharp/Game.TicTacToe
hypercross 4cdfe9c957 refactor: update iterator access and simplify loops
Refactor code to use `Val1` and `Val2` instead of `Item1` and `Item2`
for
iterator access. Simplify `PlaceMarkCommand` and `WinCheckSystem` by
replacing `while` loops with `foreach` and removing redundant comments.
2026-07-21 11:09:55 +08:00
..
Commands refactor: update iterator access and simplify loops 2026-07-21 11:09:55 +08:00
Components refactor: convert component structs to record structs 2026-07-20 17:15:17 +08:00
Data test: add unit tests for Blackjack and TicTacToe 2026-07-20 16:41:10 +08:00
Singletons refactor: convert component structs to record structs 2026-07-20 17:15:17 +08:00
Systems refactor: update iterator access and simplify loops 2026-07-21 11:09:55 +08:00
CsvLoader.cs test: add unit tests for Blackjack and TicTacToe 2026-07-20 16:41:10 +08:00
TicTacToe.csproj test: add unit tests for Blackjack and TicTacToe 2026-07-20 16:41:10 +08:00