Uno (Card Game)/Julia: Difference between revisions

Content added Content deleted
mNo edit summary
m (Fixed syntax highlighting.)
 
Line 2: Line 2:


Gtk based graphical version.
Gtk based graphical version.
<lang julia>using Random, Colors, Gtk, Cairo
<syntaxhighlight lang="julia">using Random, Colors, Gtk, Cairo


#=========== Channel and flag (IPC) section ===================#
#=========== Channel and flag (IPC) section ===================#
Line 536: Line 536:
end
end


UnoCardGameApp()
UnoCardGameApp()</syntaxhighlight>
</lang>