Skip to content

camisetags/cards

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cards

A simple command-line card guessing game leveraging elixir and Erlang.

Installation

To run, you need to install elixir >= 1.6.6. Run the commands to install elixir on osx:

$ brew update
$ brew install elixir

To build the project:

$ make build

To run:

$ ./cards

If available in Hex, the package can be installed by adding cards to your list of dependencies in mix.exs:

def deps do
  [
    {:cards, "~> 0.1.0"}
  ]
end

Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/cards.

About

Playing with elixir

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •