Skip to content

sebity/snake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.