Implementation of the rules of Love Letter.
Haverer
Haverer is a simple implementation of the excellent card game, Love Letter.
It follows the original Japanese rules, rather than the newer American ones.
Running
At the moment, you'll need to compile from source, which means you'll need to get set up with cabal
. The easiest way to do this is to install the Haskell Platform.
Once you've done that, run the following commands:
$ git clone https://github.com/jml/haverer.git
$ cd haverer
$ cabal sandbox init
$ cabal configure
$ cabal install --dependencies-only
$ cabal run
That last command, cabal run
, will run a command-line version of the game.
License
This code is copyright Jonathan M. Lange, 2014-2015, and is made available under the Apache License, version 2.0. See LICENSE for details.
Roadmap
- Procrastinate endlessly learning new Haskell tricks
- Wrap this whole thing in an API server
- Make that server available to the public
- Put a nice-ish web frontend in front
Bugs
Please file issues on the Github issue tracker
Patches
Are most welcome.
History
The original implementation of this game is called loveletter and is written in Rust.
Thanks
Thanks to the following people, who have helped with advice, kindness, or by patiently smiling and nodding while I've rambled on about this project:
- metagnome
- RAOF
- @mithrandi
- pjdelport
- tomprince
- radix
- teh
- simpson
- joliette
Any infelicities are my own.
If you are one of these people and would like to be referred to in another way (perhaps you'd like me to link to your Github page?), please contact me. You know how.