Uno (Card Game)/Julia: Difference between revisions

Content added Content deleted
m (move logging area to side)
m (const globals)
Line 7: Line 7:


""" channel, communicates player's mouse choice of card or color to game logic """
""" channel, communicates player's mouse choice of card or color to game logic """
channel = Channel{Any}(100)
const channel = Channel{Any}(100)


""" flush the channel from mouse choice to game logic """
""" flush the channel from mouse choice to game logic """