poker_hands

Version, currently master branch1 version
  • master branchlatestAug 30, 2016

github.com/mimosa/kata-poker-hands-crystal

A coding kata for comparing poker hands - Crystal version.

0 stars
0 dependents
License: MIT

Installation

# Add this to your shard.yml
dependencies:
  poker_hands:
    github: mimosa/kata-poker-hands-crystal
    branch: master

master is a branch, not a release, so this tracks it rather than pinning a version.

Then run:

shards install

shard.yml

Crystal
no constraint declared
License
MIT
Author
Howl王

Dependencies

This version declares no dependencies.

README

poker_hands

Installation

Add this to your application's shard.yml:

dependencies:
  poker_hands:
    github: mimosa/poker_hands

Usage

require "poker_hands"

PokerHands.vs("2H 3D 5S 9C KD", "2C 3H 4S 8C KH")

Development

To run tests:

make test

Contributors

  • mimosa Howl王 - creator, maintainer