hyahtzee: A Yahtzee game implementation in Haskell

[ bsd3, game, program ] [ Propose Tags ]

The classic dice game Yahtzee implemented in Haskell.


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1, 0.2, 0.5
Dependencies base (>=4 && <5), containers, HUnit, random [details]
License BSD-3-Clause
Author Damien Cassou
Maintainer damien.cassou@gmail.com
Category Game
Home page http://github.com/DamienCassou/HYahtzee
Uploaded by DamienCassou at 2021-04-18T13:01:30Z
Distributions NixOS:0.5
Reverse Dependencies 1 direct, 0 indirect [details]
Executables hyahtzee
Downloads 2058 total (15 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
Last success reported on 2021-04-18 [all 3 reports]

Readme for hyahtzee-0.5

[back to package description]

HYahtzee

A Yahtzee game implementation in Haskell.

Compilation

To compile hyahtzee, install cabal-install and type the following.

cabal configure
cabal build

The hyahtzee binary is generated in dist/build/hyahtzee.

Installation

cabal install

Running hyahtzee

Run hyahtzee.