Graph coloring game

The graph coloring game is a mathematical game related to graph theory. Coloring game problems arose as game-theoretic versions of well-known graph coloring problems. In a coloring game, two players use a given set of colors to construct a coloring of a graph, following specific rules depending on the game we consider. One player tries to successfully complete the coloring of the graph, when the other one tries to prevent him from achieving it.

Vertex coloring game

The vertex coloring game was introduced in 1981 by Brams[1] and rediscovered ten years after by Bodlaender.[2] Its rules are as follows:

  1. Alice and Bob color the vertices of a graph G with a set k of colors.
  2. Alice and Bob take turns, coloring properly an uncolored vertex (in the standard version, Alice begins).
  3. If a vertex v is impossible to color properly (for any color, v has a neighbor colored with it), then Bob wins.
  4. If the graph is completely colored, then Alice wins.

The game chromatic number of a graph G {\displaystyle G} , denoted by χ g ( G ) {\displaystyle \chi _{g}(G)} , is the minimum number of colors needed for Alice to win the vertex coloring game on G {\displaystyle G} . Trivially, for every graph G {\displaystyle G} , we have χ ( G ) χ g ( G ) Δ ( G ) + 1 {\displaystyle \chi (G)\leq \chi _{g}(G)\leq \Delta (G)+1} , where χ ( G ) {\displaystyle \chi (G)} is the chromatic number of G {\displaystyle G} and Δ ( G ) {\displaystyle \Delta (G)} its maximum degree.[3]

In the 1991 Bodlaender's paper,[4] the computational complexity was left as "an interesting open problem". Only in 2020 it was proved that the game is PSPACE-Complete.[5]


Relation with other notions

Acyclic coloring. Every graph G {\displaystyle G} with acyclic chromatic number k {\displaystyle k} has χ g ( G ) k ( k + 1 ) {\displaystyle \chi _{g}(G)\leq k(k+1)} .[6]

Marking game. For every graph G {\displaystyle G} , χ g ( G ) c o l g ( G ) {\displaystyle \chi _{g}(G)\leq col_{g}(G)} , where c o l g ( G ) {\displaystyle col_{g}(G)} is the game coloring number of G {\displaystyle G} . Almost every known upper bound for the game chromatic number of graphs are obtained from bounds on the game coloring number.

Cycle-restrictions on edges. If every edge of a graph G {\displaystyle G} belongs to at most c {\displaystyle c} cycles, then χ g ( G ) 4 + c {\displaystyle \chi _{g}(G)\leq 4+c} .[7]

Graph Classes

For a class C {\displaystyle {\mathcal {C}}} of graphs, we denote by χ g ( C ) {\displaystyle \chi _{g}({\mathcal {C}})} the smallest integer k {\displaystyle k} such that every graph G {\displaystyle G} of C {\displaystyle {\mathcal {C}}} has χ g ( G ) k {\displaystyle \chi _{g}(G)\leq k} . In other words, χ g ( C ) {\displaystyle \chi _{g}({\mathcal {C}})} is the exact upper bound for the game chromatic number of graphs in this class. This value is known for several standard graph classes, and bounded for some others:

  • Forests: χ g ( F ) = 4 {\displaystyle \chi _{g}({\mathcal {F}})=4} .[8] Simple criteria are known to determine the game chromatic number of a forest without vertex of degree 3.[9] It seems difficult to determine the game chromatic number of forests with vertices of degree 3, even for forests with maximum degree 3.
  • Cactuses: χ g ( C ) = 5 {\displaystyle \chi _{g}({\mathcal {C}})=5} .[10]
  • Outerplanar graphs: 6 χ g ( O ) 7 {\displaystyle 6\leq \chi _{g}({\mathcal {O}})\leq 7} .[11]
  • Planar graphs: 7 χ g ( P ) 17 {\displaystyle 7\leq \chi _{g}({\mathcal {P}})\leq 17} .[12]
  • Planar graphs of given girth: χ g ( P 4 ) 13 {\displaystyle \chi _{g}({\mathcal {P}}_{4})\leq 13} ,[13] χ g ( P 5 ) 8 {\displaystyle \chi _{g}({\mathcal {P}}_{5})\leq 8} , χ g ( P 6 ) 6 {\displaystyle \chi _{g}({\mathcal {P}}_{6})\leq 6} , χ g ( P 8 ) 5 {\displaystyle \chi _{g}({\mathcal {P}}_{8})\leq 5} .[14]
  • Toroidal grids: χ g ( T G ) = 5 {\displaystyle \chi _{g}({{\mathcal {T}}G})=5} .[15]
  • Partial k-trees: χ g ( T k ) 3 k + 2 {\displaystyle \chi _{g}({\mathcal {T}}_{k})\leq 3k+2} .[16]
  • Interval graphs: 2 ω χ g ( I ) 3 ω 2 {\displaystyle 2\omega \leq \chi _{g}({\mathcal {I}})\leq 3\omega -2} , where ω {\displaystyle \omega } is for a graph the size of its largest clique.[17]

Cartesian products. The game chromatic number of the cartesian product G H {\displaystyle G\square H} is not bounded by a function of χ g ( G ) {\displaystyle \chi _{g}(G)} and χ g ( H ) {\displaystyle \chi _{g}(H)} . In particular, the game chromatic number of any complete bipartite graph K n , n {\displaystyle K_{n,n}} is equal to 3, but there is no upper bound for χ g ( K n , n K m , m ) {\displaystyle \chi _{g}(K_{n,n}\square K_{m,m})} for arbitrary n , m {\displaystyle n,m} .[18] On the other hand, the game chromatic number of G H {\displaystyle G\square H} is bounded above by a function of col g ( G ) {\displaystyle {\textrm {col}}_{g}(G)} and col g ( H ) {\displaystyle {\textrm {col}}_{g}(H)} . In particular, if col g ( G ) {\displaystyle {\textrm {col}}_{g}(G)} and col g ( H ) {\displaystyle {\textrm {col}}_{g}(H)} are both at most t {\displaystyle t} , then χ g ( G H ) t 5 t 3 + t 2 {\displaystyle \chi _{g}(G\square H)\leq t^{5}-t^{3}+t^{2}} .[19]

  • For a single edge we have:[18]
χ g ( K 2 P k ) = { 2 k = 1 3 k = 2 , 3 4 k 4 χ g ( K 2 C k ) = 4 k 3 χ g ( K 2 K k ) = k + 1 {\displaystyle {\begin{aligned}\chi _{g}(K_{2}\square P_{k})&={\begin{cases}2&k=1\\3&k=2,3\\4&k\geq 4\end{cases}}\\\chi _{g}(K_{2}\square C_{k})&=4&&k\geq 3\\\chi _{g}(K_{2}\square K_{k})&=k+1\end{aligned}}}
  • For stars we have:[20]
χ g ( S m P k ) = { 2 k = 1 3 k = 2 4 k 3 χ g ( S m C k ) = 4 k 3 {\displaystyle {\begin{aligned}\chi _{g}(S_{m}\square P_{k})&={\begin{cases}2&k=1\\3&k=2\\4&k\geq 3\end{cases}}\\\chi _{g}(S_{m}\square C_{k})&=4&&k\geq 3\end{aligned}}}
  • Trees: χ g ( T 1 T 2 ) 12. {\displaystyle \chi _{g}(T_{1}\square T_{2})\leq 12.}
  • Wheels: χ g ( P 2 W n ) = 5 {\displaystyle \chi _{g}(P_{2}\square W_{n})=5} if n 9. {\displaystyle n\geq 9.} [20]
  • Complete bipartite graphs: χ g ( P 2 K m , n ) = 5 {\displaystyle \chi _{g}(P_{2}\square K_{m,n})=5} if m , n 5. {\displaystyle m,n\geq 5.} [20]

Open problems

These questions are still open to this date.

More colors for Alice [21]
  • Suppose Alice has a winning strategy for the vertex coloring game on a graph G with k colors. Does she have one for k+1 colors ?
    One would expect the answers to be "yes", as having more colors seems an advantage to Alice. However, no proof exists that this statement is true.
  • Is there a function f such that, if Alice has a winning strategy for the vertex coloring game on a graph G with k colors, then Alice has a winning strategy on G with f(k) ?
    Relaxation of the previous question.
Relations with other notions [21]
  • Suppose a monotone class of graphs (i.e. a class of graphs closed by subgraphs) has bounded game chromatic number. Is it true that this class of graph has bounded game coloring number ?
  • Suppose a monotone class of graphs (i.e. a class of graphs closed by subgraphs) has bounded game chromatic number. Is it true that this class of graph has bounded arboricity ?
  • Is it true that a monotone class of graphs of bounded game chromatic number has bounded acyclic chromatic number ?
Reducing maximum degree [9]
  • Conjecture: Is F {\displaystyle F} is a forest, there exists F F {\displaystyle F'\subseteq F} such that Δ ( F ) χ g ( F ) {\displaystyle \Delta (F')\leq \chi _{g}(F)} and χ g ( F ) = χ g ( F ) {\displaystyle \chi _{g}(F')=\chi _{g}(F)} .
  • Let G {\displaystyle {\mathcal {G}}} be the class of graphs such that for any G G {\displaystyle G\in {\mathcal {G}}} , there exists G G {\displaystyle G'\subseteq G} such that Δ ( G ) χ g ( G ) {\displaystyle \Delta (G')\leq \chi _{g}(G)} and χ g ( G ) = χ g ( G ) {\displaystyle \chi _{g}(G')=\chi _{g}(G)} . What families of graphs are in G {\displaystyle {\mathcal {G}}}  ?
Hypercubes[18]
  • Is it true that χ g ( G ) = n + 1 {\displaystyle \chi _{g}(G)=n+1} for any hypercube Q n {\displaystyle Q_{n}}  ?
    It is known to be true for n 4 {\displaystyle n\leq 4} .[18]

Edge coloring game

The edge coloring game, introduced by Lam, Shiu and Zu,[22] is similar to the vertex coloring game, except Alice and Bob construct a proper edge coloring instead of a proper vertex coloring. Its rules are as follows:

  1. Alice and Bob are coloring the edges a graph G with a set k of colors.
  2. Alice and Bob are taking turns, coloring properly an uncolored edge (in the standard version, Alice begins).
  3. If an edge e is impossible to color properly (for any color, e is adjacent to an edge colored with it), then Bob wins.
  4. If the graph is completely edge-colored, then Alice wins.

Although this game can be considered as a particular case of the vertex coloring game on line graphs, it is mainly considered in the scientific literature as a distinct game. The game chromatic index of a graph G {\displaystyle G} , denoted by χ g ( G ) {\displaystyle \chi '_{g}(G)} , is the minimum number of colors needed for Alice to win this game on G {\displaystyle G} .

General case

For every graph G, χ ( G ) χ g ( G ) 2 Δ ( G ) 1 {\displaystyle \chi '(G)\leq \chi '_{g}(G)\leq 2\Delta (G)-1} . There are graphs reaching these bounds but all the graphs we know reaching this upper bound have small maximum degree.[22] There exists graphs with χ g ( G ) > 1.008 Δ ( G ) {\displaystyle \chi '_{g}(G)>1.008\Delta (G)} for arbitrary large values of Δ ( G ) {\displaystyle \Delta (G)} .[23]

Conjecture. There is an ϵ > 0 {\displaystyle \epsilon >0} such that, for any arbitrary graph G {\displaystyle G} , we have χ g ( G ) ( 2 ϵ ) Δ ( G ) {\displaystyle \chi '_{g}(G)\leq (2-\epsilon )\Delta (G)} .
This conjecture is true when Δ ( G ) {\displaystyle \Delta (G)} is large enough compared to the number of vertices in G {\displaystyle G} .[23]

  • Arboricity. Let a ( G ) {\displaystyle a(G)} be the arboricity of a graph G {\displaystyle G} . Every graph G {\displaystyle G} with maximum degree Δ ( G ) {\displaystyle \Delta (G)} has χ g ( G ) Δ ( G ) + 3 a ( G ) 1 {\displaystyle \chi '_{g}(G)\leq \Delta (G)+3a(G)-1} .[24]

Graph Classes

For a class C {\displaystyle {\mathcal {C}}} of graphs, we denote by χ g ( C ) {\displaystyle \chi '_{g}({\mathcal {C}})} the smallest integer k {\displaystyle k} such that every graph G {\displaystyle G} of C {\displaystyle {\mathcal {C}}} has χ g ( G ) k {\displaystyle \chi '_{g}(G)\leq k} . In other words, χ g ( C ) {\displaystyle \chi '_{g}({\mathcal {C}})} is the exact upper bound for the game chromatic index of graphs in this class. This value is known for several standard graph classes, and bounded for some others:

  • Wheels: χ g ( W 3 ) = 5 {\displaystyle \chi '_{g}(W_{3})=5} and χ g ( W n ) = n + 1 {\displaystyle \chi '_{g}(W_{n})=n+1} when n 4 {\displaystyle n\geq 4} .[22]
  • Forests : χ g ( F Δ ) Δ + 1 {\displaystyle \chi '_{g}({\mathcal {F}}_{\Delta })\leq \Delta +1} when Δ 4 {\displaystyle \Delta \neq 4} , and 5 χ g ( F 4 ) 6 {\displaystyle 5\leq \chi '_{g}({\mathcal {F}}_{4})\leq 6} .[25]
    Moreover, if every tree of a forest F {\displaystyle F} of F 4 {\displaystyle {\mathcal {F}}_{4}} is obtained by subdivision from a caterpillar tree or contains no two adjacent vertices with degree 4, then χ g ( F ) 5 {\displaystyle \chi '_{g}(F)\leq 5} .[26]

Open Problems

Upper bound. Is there a constant c 2 {\displaystyle c\geq 2} such that χ g ( G ) Δ ( G ) + c {\displaystyle \chi '_{g}(G)\leq \Delta (G)+c} for each graph G {\displaystyle G}  ? If it is true, is c = 2 {\displaystyle c=2} enough ?[22]

Conjecture on large minimum degrees. There are a ϵ > 0 {\displaystyle \epsilon >0} and an integer d 0 {\displaystyle d_{0}} such that any graph G {\displaystyle G} with δ ( G ) d 0 {\displaystyle \delta (G)\geq d_{0}} satisfies χ g ( G ) ( 1 + ϵ ) δ ( G ) {\displaystyle \chi '_{g}(G)\geq (1+\epsilon )\delta (G)} . [23]

Incidence coloring game

The incidence coloring game is a graph coloring game, introduced by Andres,[27] and similar to the vertex coloring game, except Alice and Bob construct a proper incidence coloring instead of a proper vertex coloring. Its rules are as follows:

  1. Alice and Bob are coloring the incidences of a graph G with a set k of colors.
  2. Alice and Bob are taking turns, coloring properly an uncolored incidence (in the standard version, Alice begins).
  3. If an incidence i is impossible to color properly (for any color, i is adjacent to an incident colored with it), then Bob wins.
  4. If all the incidences are properly colored, then Alice wins.

The incidence game chromatic number of a graph G {\displaystyle G} , denoted by i g ( G ) {\displaystyle i_{g}(G)} , is the minimum number of colors needed for Alice to win this game on G {\displaystyle G} .

For every graph G {\displaystyle G} with maximum degree Δ {\displaystyle \Delta } , we have 3 Δ 1 2 < i g ( G ) < 3 Δ 1 {\displaystyle {\frac {3\Delta -1}{2}}<i_{g}(G)<3\Delta -1} .[27]

Relations with other notions

  • (a,d)-Decomposition. This is the best upper bound we know for the general case. If the edges of a graph G {\displaystyle G} can be partitioned into two sets, one of them inducing a graph with arboricity a {\displaystyle a} , the second inducing a graph with maximum degree d {\displaystyle d} , then i g ( G ) 3 Δ ( G ) a 2 + 8 a + 3 d 1 {\displaystyle i_{g}(G)\leq \left\lfloor {\frac {3\Delta (G)-a}{2}}\right\rfloor +8a+3d-1} .[28]
    If moreover Δ ( G ) 5 a + 6 d {\displaystyle \Delta (G)\geq 5a+6d} , then i g ( G ) 3 Δ ( G ) a 2 + 8 a + d 1 {\displaystyle i_{g}(G)\leq \left\lfloor {\frac {3\Delta (G)-a}{2}}\right\rfloor +8a+d-1} .[28]
  • Degeneracy. If G {\displaystyle G} is a k-degenerated graph with maximum degree Δ ( G ) {\displaystyle \Delta (G)} , then i g ( G ) 2 Δ ( G ) + 4 k 2 {\displaystyle i_{g}(G)\leq 2\Delta (G)+4k-2} . Moreover, i g ( G ) 2 Δ ( G ) + 3 k 1 {\displaystyle i_{g}(G)\leq 2\Delta (G)+3k-1} when Δ ( G ) 5 k 1 {\displaystyle \Delta (G)\geq 5k-1} and i g ( G ) Δ ( G ) + 8 k 2 {\displaystyle i_{g}(G)\leq \Delta (G)+8k-2} when Δ ( G ) 5 k 1 {\displaystyle \Delta (G)\leq 5k-1} .[27]

Graph Classes

For a class C {\displaystyle {\mathcal {C}}} of graphs, we denote by i g ( C ) {\displaystyle i_{g}({\mathcal {C}})} the smallest integer k {\displaystyle k} such that every graph G {\displaystyle G} of C {\displaystyle {\mathcal {C}}} has i g ( G ) k {\displaystyle i_{g}(G)\leq k} .

  • Paths : For k 13 {\displaystyle k\geq 13} , i g ( P k ) = 5 {\displaystyle i_{g}(P_{k})=5} .
  • Cycles : For k 3 {\displaystyle k\geq 3} , i g ( C k ) = 5 {\displaystyle i_{g}(C_{k})=5} .[29]
  • Stars : For k 1 {\displaystyle k\geq 1} , i g ( S 2 k ) = 3 k {\displaystyle i_{g}(S_{2k})=3k} .[27]
  • Wheels : For k 6 {\displaystyle k\geq 6} , i g ( W 2 k + 1 ) = 3 k + 2 {\displaystyle i_{g}(W_{2k+1})=3k+2} . For k 7 {\displaystyle k\geq 7} , i g ( W 2 k ) = 3 k {\displaystyle i_{g}(W_{2k})=3k} .[27]
  • Subgraphs of Wheels : For k 13 {\displaystyle k\geq 13} , if G {\displaystyle G} is a subgraph of W k {\displaystyle W_{k}} having S k {\displaystyle S_{k}} as a subgraph, then i g ( G ) = 3 k 2 {\displaystyle i_{g}(G)=\left\lceil {\frac {3k}{2}}\right\rceil } .[30]

Open Problems

  • Is the upper bound i g ( G ) < 3 Δ ( G ) 1 {\displaystyle i_{g}(G)<3\Delta (G)-1} tight for every value of Δ ( G ) {\displaystyle \Delta (G)}  ?[27]
  • Is the incidence game chromatic number a monotonic parameter (i.e. is it as least as big for a graph G as for any subgraph of G) ?[27]

Notes

  1. ^ Gardner (1981)
  2. ^ Bodlaender (1991)
  3. ^ With less colors than the chromatic number, there is no proper coloring of G and so Alice cannot win. With more colors than the maximum degree, there is always an available color for coloring a vertex and so Alice cannot lose.
  4. ^ Bodlaender (1991)
  5. ^ Costa, Pessoa, Soares, Sampaio (2020)
  6. ^ Dinski & Zhu (1999)
  7. ^ Junosza-Szaniawski & Rożej (2010)
  8. ^ Faigle et al. (1993), and implied by Junosza-Szaniawski & Rożej (2010)
  9. ^ a b Dunn et al. (2014)
  10. ^ Sidorowicz (2007), and implied by Junosza-Szaniawski & Rożej (2010)
  11. ^ Guan & Zhu (1999)
  12. ^ Upper bound by Zhu (2008), improving previous bounds of 33 in Kierstead & Trotter (1994), 30 implied by Dinski & Zhu (1999), 19 in Zhu (1999) and 18 in Kierstead (2000). Lower bound claimed by Kierstead & Trotter (1994). See a survey dedicated to the game chromatic number of planar graphs in Bartnicki et al. (2007).
  13. ^ Sekigushi (2014)
  14. ^ He et al. (2002)
  15. ^ Raspaud & Wu (2009)
  16. ^ Zhu (2000)
  17. ^ Faigle et al. (1993)
  18. ^ a b c d Peterin (2007)
  19. ^ Bradshaw (2021)
  20. ^ a b c Sia (2009)
  21. ^ a b Zhu (1999)
  22. ^ a b c d Lam, Shiu & Xu (1999)
  23. ^ a b c Beveridge et al. (2008)
  24. ^ Bartnicki & Grytczuk (2008), improving results on k-degenerate graphs in Cai & Zhu (2001)
  25. ^ Upper bound of Δ+2 by Lam, Shiu & Xu (1999), then bound of Δ+1 by Erdös et al. (2004) for cases Δ=3 and Δ≥6, and by Andres (2006) for case Δ=5.
  26. ^ Conditions on forests with Δ=4 are in Chan & Nong (2014)
  27. ^ a b c d e f g Andres (2009a), see also erratum in Andres (2009b)
  28. ^ a b Charpentier & Sopena (2014), extending results of Charpentier & Sopena (2013).
  29. ^ Kim (2011), improving a similar result for k ≥ 7 in Andres (2009a) (see also erratum in Andres (2009b))
  30. ^ Kim (2011)

References (chronological order)

  • Gardner, Martin (1981). "Mathematical Games". Scientific American. Vol. 23.
  • Bodlaender, Hans L. (1991). "On the complexity of some coloring games". Graph-Theoretic Concepts in Computer Science. Lecture Notes in Computer Science. Vol. 484. pp. 30–40. CiteSeerX 10.1.1.18.9992. doi:10.1007/3-540-53832-1_29. ISBN 978-3-540-53832-5.
  • Faigle, Ulrich; Kern, Walter; Kierstead, Henry A.; Trotter, William T. (1993). "On the Game Chromatic Number of some Classes of Graphs" (PDF). Ars Combinatoria. 35 (17): 143–150.
  • Kierstead, Henry A.; Trotter, William T. (1994). "Planar Graph Coloring with an Uncooperative Partner" (PDF). Journal of Graph Theory. 18 (6): 564–584. doi:10.1002/jgt.3190180605.
  • Dinski, Thomas; Zhu, Xuding (1999). "A bound for the game chromatic number of graphs". Discrete Mathematics. 196 (1–3): 109–115. doi:10.1016/s0012-365x(98)00197-6.
  • Guan, D. J.; Zhu, Xuding (1999). "Game chromatic number of outerplanar graphs". Journal of Graph Theory. 30 (1): 67–70. doi:10.1002/(sici)1097-0118(199901)30:1<67::aid-jgt7>3.0.co;2-m.
  • Lam, Peter C. B.; Shiu, Wai C.; Xu, Baogang (1999). "Edge game coloring of graphs" (PDF). Graph Theory Notes N.Y. 37: 17–19.
  • Zhu, Xuding (1999). "The Game Coloring Number of Planar Graphs". Journal of Combinatorial Theory, Series B. 75 (2): 245–258. doi:10.1006/jctb.1998.1878.
  • Kierstead, Henry A. (2000). "A Simple Competitive Graph Coloring Algorithm". Journal of Combinatorial Theory, Series B. 78 (1): 57–68. doi:10.1006/jctb.1999.1927.
  • Zhu, Xuding (2000). "The game coloring number of pseudo partial k-trees". Discrete Mathematics. 215 (1–3): 245–262. doi:10.1016/s0012-365x(99)00237-x.
  • Cai, Leizhen; Zhu, Xuding (2001). "Game Chromatic Index of k-Degenerate Graphs". Journal of Graph Theory. 36 (3): 144–155. doi:10.1002/1097-0118(200103)36:3<144::aid-jgt1002>3.0.co;2-f.
  • He, Wenjie; Hou, Xiaoling; Lih, Ko-Wei; Shao, Jiating; Wang, Weifan; Zhu, Xuding (2002). "Edge-partitions of planar graphs and their game coloring numbers". Journal of Graph Theory. 41 (4): 307–311. doi:10.1002/jgt.10069. S2CID 20929383.
  • Erdös, Peter L.; Faigle, Ulrich; Hochstättler, Winfried; Kern, Walter (2004). "Note on the game chromatic index of trees". Theoretical Computer Science. 313 (3): 371–376. doi:10.1016/j.tcs.2002.10.002.
  • Andres, Stephan D. (2006). "The game chromatic index of forests of maximum degree Δ ⩾ 5". Discrete Applied Mathematics. 154 (9): 1317–1323. doi:10.1016/j.dam.2005.05.031.
  • Bartnicki, Tomasz; Grytczuk, Jaroslaw; Kierstead, H. A.; Zhu, Xuding (2007). "The Map-Coloring Game" (PDF). American Mathematical Monthly. 114 (9): 793–803. doi:10.1080/00029890.2007.11920471. JSTOR 27642332. S2CID 15901267.
  • Peterin, Iztok (2007). "Game chromatic number of Cartesian product graphs". Electronic Notes in Discrete Mathematics. 29: 353–357. CiteSeerX 10.1.1.107.111. doi:10.1016/j.endm.2007.07.060.
  • Sidorowicz, Elżbieta (2007). "The game chromatic number and the game colouring number of cactuses". Information Processing Letters. 102 (4): 147–151. doi:10.1016/j.ipl.2006.12.003.
  • Bartnicki, Tomasz; Grytczuk, Jarosław (2008). "A Note on the Game Chromatic Index of Graphs". Graphs and Combinatorics. 24 (2): 67–70. doi:10.1007/s00373-008-0774-z. S2CID 19373685.
  • Beveridge, Andrew; Bohman, Tom; Friezeb, Alan; Pikhurko, Oleg (2008). "Game chromatic index of graphs with given restrictions on degrees". Theoretical Computer Science. 407 (1–3): 242–249. doi:10.1016/j.tcs.2008.05.026.
  • Zhu, Xuding (2008). "Refined activation strategy for the marking game". Journal of Combinatorial Theory, Series B. 98 (1): 1–18. doi:10.1016/j.jctb.2007.04.004.
  • Andres, Stefan D. (2009). "The incidence game chromatic number". Discrete Applied Mathematics. 157 (9): 1980–1987. doi:10.1016/j.dam.2007.10.021.
  • Andres, Stefan D. (2009). "Erratum to: The incidence game chromatic number". Discrete Applied Mathematics. 158 (6): 728. doi:10.1016/j.dam.2009.11.017.
  • Raspaud, André; Wu, Jiaojiao (2009). "Game chromatic number of toroidal grids". Information Processing Letters. 109 (21–22): 1183–1186. doi:10.1016/j.ipl.2009.08.001.
  • Sia, Charmaine (2009). "The Game Chromatic Number of Some Families of Cartesian Product Graphs" (PDF). AKCE International Journal of Graphs and Combinatorics. 6 (2): 315–327. Archived from the original (PDF) on 2011-11-14. Retrieved 2014-07-16.
  • Junosza-Szaniawski, Konstanty; Rożej, Łukasz (2010). "Game chromatic number of graphs with locally bounded number of cycles". Information Processing Letters. 110 (17): 757–760. doi:10.1016/j.ipl.2010.06.004.
  • Kim, John Y. (2011). "The incidence game chromatic number of paths and subgraphs of wheels". Discrete Applied Mathematics. 159 (8): 683–694. doi:10.1016/j.dam.2010.01.001.
  • Charpentier, Clément; Sopena, Éric (2013). "Incidence Coloring Game and Arboricity of Graphs". Combinatorial Algorithms. Lecture Notes in Computer Science. Vol. 8288. pp. 106–114. arXiv:1304.0166. doi:10.1007/978-3-642-45278-9_10. ISBN 978-3-642-45277-2. S2CID 14707501.
  • Chan, Wai H.; Nong, Ge (2014). "The game chromatic index of some trees of maximum degree 4". Discrete Applied Mathematics. 170: 1–6. doi:10.1016/j.dam.2014.01.003.
  • Sekigushi, Yosuke (2014). "The game coloring number of planar graphs with a given girth". Discrete Mathematics. 300: 11–16. doi:10.1016/j.disc.2014.04.011.
  • Charpentier, Clément; Sopena, Éric (2014). "The incidence game chromatic number of (a,d)-decomposable graphs". Journal of Discrete Algorithms. 31: 14–25. doi:10.1016/j.jda.2014.10.001. S2CID 1102795.
  • Dunn, Charles; Larsen, Victor; Lindke, Kira; Retter, Troy; Toci, Dustin (2014). "The game chromatic number of trees and forests". arXiv:1410.5223 [math.CO].
  • Costa, Eurinardo; Pessoa, Victor Lage; Soares, Ronan; Sampaio, Rudini (2020). "PSPACE-completeness of two graph coloring games". Theoretical Computer Science. 824–825: 36–45. doi:10.1016/j.tcs.2020.03.022. S2CID 218777459.
  • Bradshaw, Peter (2021). "Graph colorings with restricted bicolored subgraphs: II. The graph coloring game". Journal of Graph Theory. 100 (2): 371–383. arXiv:2008.13275. doi:10.1002/jgt.22786. S2CID 221377336.