Honeycombs: Difference between revisions

Content added Content deleted
m (update for Julia 1.x)
Line 2,066: Line 2,066:
=={{header|Julia}}==
=={{header|Julia}}==
Uses Cairo and Gtk for graphics. Tasks done include the optional one of recording and then displaying letters as chosen with mouse or keyboard on exit once all letters are chosen.
Uses Cairo and Gtk for graphics. Tasks done include the optional one of recording and then displaying letters as chosen with mouse or keyboard on exit once all letters are chosen.
<lang julia>using Gtk.ShortNames, GtkReactive, Graphics, Cairo, Colors
<lang julia>using Gtk.ShortNames, GtkReactive, Graphics, Cairo, Colors, Random


mutable struct Hexagon
mutable struct Hexagon