Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 239 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 239 Bytes

craps-cli

A simple craps game that is played from the command line.

Installation

  1. Install the dependencies

     $ npm install
    
  2. Run the tests

     $ npm test
    
  3. Run the App

     $ npm start