java-poker: The etude of the Haskell programming

[ game, library, mit, program ] [ Propose Tags ]

poker like a JAVA


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0.0, 0.1.1.0, 0.1.2.0
Dependencies base (>=4.7 && <5), java-poker, random-shuffle (>=0.0 && <0.1) [details]
License MIT
Author tobynet
Maintainer toby.net.info+git@gmail.com
Category Game
Home page https://github.com/tobynet/java-poker#readme
Uploaded by tobynet at 2016-01-13T10:44:09Z
Distributions NixOS:0.1.2.0
Executables java-poker
Downloads 2011 total (10 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2016-01-13 [all 1 reports]

Readme for java-poker-0.1.2.0

[back to package description]

Syakyo of Poker in Haskell

Requirements

Install and try

Use stack:

```bash
$ stack update && stack install java-poker
$ hash -r
$ java-poker
```

Or use cabal:

```bash
$ cabal update && cabal install java-poker
$ hash -r
$ java-poker
```

Or use stack and build master branch in git:

```bash
$ git clone https://github.com/tobynet/java-poker.git
$ cd java-poker
$ stack build
$ stack exec java-poker
```