thomaspeugeot / tkv

10 000
MIT License
0 stars 0 forks source link

Enhancement : add a puzzle representation of territories #29

Open thomaspeugeot opened 5 years ago

thomaspeugeot commented 5 years ago

Provide a visual representation of the territories with different colors.

https://en.wikipedia.org/wiki/Graph_coloring.

Requirements :

  1. no adjacant colors
  2. no more than 7 colors
  3. color is computed from the cell coordinates, therefore two territories with same coordinates have same color.

nota: thks to TG for the idea