Gaivile / snake

Snake game implementation in Clojure using Quil

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Snake game implementation in Clojure using Quil

License:Eclipse Public License 1.0


Languages

Language:Clojure 100.0%