Ludii Forum
Col - Printable Version

+- Ludii Forum (https://ludii.games/forums)
+-- Forum: Suggestions (https://ludii.games/forums/forumdisplay.php?fid=10)
+--- Forum: Games to Include (https://ludii.games/forums/forumdisplay.php?fid=12)
+--- Thread: Col (/showthread.php?tid=1628)



Col - Alain Busser - 07-31-2023

Col is a game very similar (or opposite?) to Snort: the goal is to color a graph, but in Snort, no two adjacent vertices must be of different colors, whereas in Col, no two adjacent vertices must be of the same color. Col and Snort are described by Conway in Numbers and Games, so it is difficult to guess which of these games came first. Col has been created by Colin Vout (hence the name) before 1976.

I propose the included file.


RE: Col - Eric Piette - 08-01-2023

Hi,

Thanks for the submission.
I added the game for the next release.

Regards,
Eric


RE: Col - Alain Busser - 08-02-2023

Oh my there's a bug at the end: the cells are not visible because of a bad choice of colors near the end of metadata. It will be better looking if replaced by


Code:
        (board Colour OuterEdges (colour Black))
        (board Colour InnerEdges (colour Grey))

New version below.

I am really confused