/bigbang-snake

bigbang-snake - snake game w/ bigbang.coffee

Primary LanguageHTML

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

Description

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.

License

GPLv3+ [4].

References

[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