Snake: Difference between revisions

Content deleted Content added
Wherrera (talk | contribs)
julia example
Wherrera (talk | contribs)
Line 706: Line 706:
=={{header|Julia}}==
=={{header|Julia}}==
Gtk GUI library version.
Gtk GUI library version.
<lang julia>using Cairo, Gtk, Colors, GtkUtilities
<lang julia>using Colors, Gtk, GtkUtilities


@enum Direction Up Right Down Left
@enum Direction Up Right Down Left
Line 894: Line 894:
snakeapp(false)
snakeapp(false)
</lang>
</lang>



=={{header|Kotlin}}==
=={{header|Kotlin}}==