Skip to content

ChristopherSegale/Snake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Snake is a game written in common lisp using the sdl2 bindings and depends on it and its dependencies in order to compile correctly.  The makefiles and the compile.lisp files use sbcl by default and will need alteration to work with other implementations of Common Lisp.

How to play:
The snake moves on its own, but the direction keys can be used to make it change direction.  The snake grows longer as it eats more fruit, and you lose if the head of the snake goes past the bounds of the screen or hits any part of the snake.  As for win conditions, there are none.

About

Basic snake game written in common lisp

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published