Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 503 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 503 Bytes

Crosswords

A simple Crosswords written in NodeJS

Usage

Displays the help message ./crosswords -h

Assembles the grid and displays it ./crosswords -w "Asa Casa Yahoo Meme"

Assembles the grid in debug mode and displays it ./crosswords -w "Asa Casa Yahoo Meme" -d

Run the test suite jasmine-node tests/

Dependencies

if you want to run the test suite, jasmine-node is the only dependence.

Install Jasmine Node npm install jasmine-node