Skip to content

Johanbos/poker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Poker

This is an Interactive Elixir application.

host locally

iex -S mix run

host docker

docker run --rm -it johanbosnl/poker:latest

start

iex> a = %Poker{name: "Black", cards: ["2H","3D","5S","9C","KD"]}
b = %Poker{name: "White", cards: ["2C","3H","4S","AC","AH"]}
Poker.winner(a, b)
"White wins - pair: ace"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published