Skip to content

elixircastsio/007-command-line-app-with-escript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Roshambo - Rock-Paper-Scissors from the command line

How to play

  1. $ mix escript.build

  2. $ ./roshambo rock (or paper or scissors)

  3. $ ./roshambo rock --paper (will tell the computer to play paper)