Skip to content
forked from netb258/clj-snake

The game of Snake written in Clojure.

Notifications You must be signed in to change notification settings

joinr/clj-snake

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

The game of Snake written in Clojure.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Clojure 93.7%
  • JavaScript 4.7%
  • HTML 1.6%