[]: {{{1
File : README.md
Maintainer : Felix C. Stegerman <flx@obfusk.net>
Date : 2014-07-18
Copyright : Copyright (C) 2014 Felix C. Stegerman
Version : v0.1.0
[]: }}}1
[]: {{{1
snake.coffee - snake game library w/ bigbang.coffee
A translation of the "snake" game from Realm of Racket [1] to coffeescript using the bigbang.coffee [2] library.
To run the game, use bigbang-snake [3].
[]: }}}1
[]: {{{1
$ rake spec # TODO
$ rake docs
[]: }}}1
[]: {{{1
- specs/docs?
- ...
[]: }}}1
[]: {{{1
GPLv3+ [4].
[]: }}}1
[]: {{{1
[1] Realm of Racket Snake Game --- https://github.com/plt/racket/blob/master/pkgs/realm/chapter6
[2] bigbang.coffee --- https://github.com/obfusk/bigbang.coffee
[3] bigbang-snake --- https://github.com/obfusk/bigbang-snake
[4] GNU General Public License, version 3 --- http://www.gnu.org/licenses/gpl-3.0.html
[]: }}}1
[]: ! ( vim: set tw=70 sw=2 sts=2 et fdm=marker : )