Hacker News new | ask | show | jobs
by thomasahle 1835 days ago
> influence - at the end of each turn, the average color of a tile's neighbors is calculated, and the tile gets 30% of that color

Ah, so there's a temporal aspect! That makes it very different from go and any other board game I know.

I guess it only works on a computer, since everything is changing every turn, and not just the local area of your last stone.

I wonder if humans are able to grog it, or it becomes too complex to predict anything. Very cool!