haverer: Implementation of the rules of Love Letter

[ apache, game, library, program ] [ Propose Tags ]
Versions [RSS] 0.1.0.0, 0.2.0.0, 0.3.0.0
Change log Changelog.md
Dependencies base (>=4.8 && <4.9), basic-prelude (>=0.4.1 && <0.5), containers, errors (>=1.4.7 && <1.5), haverer, lens (>=4.7), MonadRandom, mtl (>=2.2 && <2.3), random-shuffle, tasty (>=0.7), tasty-quickcheck, text (>=1.2 && <1.3) [details]
License Apache-2.0
Copyright Jonathan M. Lange
Author Jonathan M. Lange <jml@mumak.net>
Maintainer jml@mumak.net
Category Game
Source repo head: git clone git@github.com:jml/haverer.git
Uploaded by jml at 2015-06-08T21:49:58Z
Distributions
Executables haverer
Downloads 2121 total (9 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2015-09-29 [all 3 reports]

Readme for haverer-0.3.0.0

[back to package description]

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

  1. Procrastinate endlessly learning new Haskell tricks
  2. Wrap this whole thing in an API server
  3. Make that server available to the public
  4. 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.