Play a poker game! Two hands, each with both five cards play a game of poker. The hand with the highest score wins.
This project is written for an assignment.
Poker is written in Elixir v1.5.
To start the poker application you can use the following command in the terminal:
mix play
For testing, use to command:
mix test
The Sort module contains three sorting algorithms (bubble-sort, insertion-sort, and selection-sort) which can be changed manually.