/snake

A clojurescript implementation of the Snake game in the Programming Clojure Book

Primary LanguageClojureEclipse Public License 1.0EPL-1.0

A Game of Snake written in Clojurescript

  • Ported from the example in Programming Clojure that used Java AWT.

  • Ideas for further experiments ** Remove the use of atoms ** Use core.async for interaction ** Use OM ** Multi-player snake