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
bigbang-snake - snake game 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, you will need snake.coffee [3] and bigbang.coffee;
when using git, use git submodule update --init
to fetch and use
these dependencies.
GPLv3+ [4].
[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] snake.coffee --- https://github.com/obfusk/snake.coffee
[4] GNU General Public License, version 3 --- http://www.gnu.org/licenses/gpl-3.0.html