Files
OpenFrontIO/src/core
scamiv c580737fa9 unify flood-fill and neighbor callbacks in PlayerExecution
- Convert neighbor loops in surroundedBySamePlayer, isSurrounded, getCapturingPlayer to forEachNeighbor callbacks
- Implement floodFillWithGen() method for configurable zero-allocation flood fill
- Replace BFS in removeCluster() with floodFillWithGen using cardinal neighbors
- Refactor calculateClusters() to use floodFillWithGen with diagonal neighbors
- Add generational state management and forEachNeighbor interface method
2025-12-08 19:47:12 +01:00
..
2025-12-08 19:47:08 +01:00
2025-11-19 10:34:23 -08:00
2025-05-12 11:51:40 -07:00
2025-07-15 00:41:24 -04:00
2025-12-08 19:47:08 +01:00
2025-09-27 15:52:50 -07:00
2025-11-26 16:39:52 -08:00
2025-07-23 14:28:38 -04:00