@hackage java-poker0.1.2.0
The etude of the Haskell programming
Categories
License
MIT
Maintainer
toby.net.info+git@gmail.com
Links
- Homepage
- Documentation
- No source repository
- Security
Versions
Installation
Dependencies (2)
- base >=4.7 && <5
- random-shuffle >=0.0 && <0.1 Show all…
Dependents (0)
Syakyo of Poker in Haskell
- For
Syakyo, refer to https://en.wikipedia.org/wiki/Sutra_copying - For
Poker in Haskell, refer to http://tune.hateblo.jp/entry/2015/05/12/023112
Requirements
- Haskell compiler(ghc 7.8.4 or lator)
- The
random-shufflepackage https://hackage.haskell.org/package/random-shuffle
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
```