Snake: Difference between revisions

Content deleted Content added
Morn (talk | contribs)
→‎{{header|EasyLang}}: add Emacs Lisp
Morn (talk | contribs)
Line 2,423: Line 2,423:


=={{header|Emacs Lisp}}==
=={{header|Emacs Lisp}}==
[[File:Snake emacs lisp.png|thumb|Output]]
[[File:Snake emacs lisp.png|thumb|''Snake'' in Emacs]]
GNU Emacs has a built-in snake game in Lisp that is started with
GNU Emacs has a built-in snake game in Lisp that is started with
<syntaxhighlight>M-x snake</syntaxhighlight>
<syntaxhighlight>M-x snake</syntaxhighlight>
and uses the same tile graphics as the included [[Tetris]] game.
and which uses the same tile set as the included [[Tetris]] game.


=={{header|F Sharp}}==
=={{header|F Sharp}}==