https://github.com/iblech/games-pang-a-lambda
Pang-a-lambda in Space
https://github.com/iblech/games-pang-a-lambda
Last synced: 3 months ago
JSON representation
Pang-a-lambda in Space
- Host: GitHub
- URL: https://github.com/iblech/games-pang-a-lambda
- Owner: iblech
- License: gpl-3.0
- Created: 2018-01-20T17:44:33.000Z (over 7 years ago)
- Default Branch: develop
- Last Pushed: 2018-01-20T17:44:42.000Z (over 7 years ago)
- Last Synced: 2025-01-13T05:42:09.650Z (5 months ago)
- Language: Haskell
- Size: 592 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Pang a Lambda!
This is the Haskell game Pang a Lambda implemented using the Functional
Reactive Programming library Yampa.## Installation
You can install it with*:
```
$ git clone https://github.com/keera-studios/pang-a-lambda.git
$ cd pang-a-lambda*
$ cabal update
$ cabal sandbox init
$ cabal install Yampa-0.10.4/
$ cabal install
$ ./.cabal-sandbox/bin/pang-a-lambda
```*__Additional notes__:
The game is available on [hackage](http://hackage.haskell.org/package/pang-a-lambda), however, you will need the Yampa included in this repository to install the game.
## Documentation
To try and make things as clear as possible, the code includes a much haddock
documentation and comments as we could reasonably fit. You can compile
those with:```
$ git clone https://github.com/keera-studios/pang-a-lambda.git
$ cd pang-a-lambda-*
$ cabal sandbox init
$ cabal install --only-dependencies
$ cabal configure && cabal haddock --executables --internal
```