项目作者: dideler

项目描述 :
Evaluate poker hands
高级语言: Elixir
项目地址: git://github.com/dideler/poker-hands.git
创建时间: 2017-05-21T15:56:58Z
项目社区:https://github.com/dideler/poker-hands

开源协议:

下载


Poker Hands

What

We’re going to be solving a poker problem in Elixir.

Given five playing cards, evaluate the poker hand.

Never played poker? No problem! Have a quick look at the possible hands.

How

  1. Find a pairing partner
  2. Clone the repo
  3. Run the tests (mix test)
  4. Fix the failing tests
  5. Add tests where relevant (the provided tests are not sufficient)
  6. Open a Pull Request so we can discuss different approaches

Why

  • Level up your development skills
  • Learn a little bit about Poker