Skip to content
This repository has been archived by the owner on Sep 18, 2023. It is now read-only.

Latest commit

 

History

History
21 lines (14 loc) · 359 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 359 Bytes

Poker

Simple but full poker implementation in Elixir.

just run... mix deps.get mix run

...yeah this is thas simple :) Example game:

NEW GAME

Player 1 hand: ks qs js ts 9s

Player 2 hand: 2s 3s 4s 5s 7c

Player 1 has won the game with: Straight flush

TODO: Add description

  • Change card into structure
  • Better readme ;)