Skip to content

Latest commit

 

History

History
32 lines (18 loc) · 634 Bytes

README.md

File metadata and controls

32 lines (18 loc) · 634 Bytes

Snake

The game of Snake written in Clojure, which runs as a Clojure application or an ClojureScript application.

Uses Quil for rendering.

Alt text

Usage

You can clone this repository and invoke:

$ lein run

Alternately play it in your browser, navigate to
./resources/public/index.html

Controls

Use the arrow keys to move, or alternately w-a-s-d.

Pressing Enter or a mouse click pauses the game.

License

Copyright © 2019 FIXME

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