Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 541 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 541 Bytes

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