packages feed

sylvia-0.2.1: README.mkd

Sylvia
======

**Sylvia** is a logical puzzle game, based on a field of mathematics
called *lambda calculus*. You start with a library of functions, and
combine them together in various ways.

See the [wiki][] for documentation.


Quick start
-----------

    git clone git://github.com/lfairy/sylvia
    cd sylvia
    cabal configure
    cabal install --only-dependencies
    cabal build
    dist/build/sylvia

See [Building from source][] for more detailed instructions.


[wiki]: https://github.com/lfairy/sylvia/wiki
[Building from source]: https://github.com/lfairy/sylvia/wiki/Building-from-source