2048: Difference between revisions

Content added Content deleted
mNo edit summary
Line 3,265: Line 3,265:


=={{header|Julia}}==
=={{header|Julia}}==
Using Gtk library. Includes scoring, a choice of board size and toolbar buttons for Undo and New Game.
{{library Gtk}}
Adds scoring, a choice of board size and toolbar buttons for Undo and New Game.
<lang julia>
<lang julia>
using Gtk.ShortNames
using Gtk.ShortNames