Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 430 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 430 Bytes

Snake

Classic Snake Remake in Common Lisp.

Dependencies

Quickstart

To run this game place the files somewhere Quicklisp can find it, and execute the following in the REPL:

(ql:quickload :snake)
(snake:start)

Controls

To control the snake use the Up, Down, Left and Right Arrows.