Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 800 Bytes

README.md

File metadata and controls

22 lines (12 loc) · 800 Bytes

Snake

Classical Snake game written in Clojure using Quil library. Use arrow keys or w s a d to control snake's head, try to eat all the food and not touch snake's body. Snake itself constantly changes colours and looks fancy.

snake3 snake4

Usage

LightTable - open core.clj and press Ctrl+Shift+Enter to evaluate the file.

Emacs - run cider, open core.clj and press C-c C-k to evaluate the file.

REPL - run (require 'snake.core).

License

Copyright © 2014

Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.