# Nodewords
[![CircleCI](https://img.shields.io/circleci/project/github/chinchiheather/nodewords.svg)](https://circleci.com/gh/chinchiheather/nodewords/tree/master)

Command line word games that run in Node

## Setup
```bash
# install with yarn
yarn global add nodewords

# install with npm
npm install -g nodewords

# run nodewords!
nodewords
```

## Games

### Anagram
![anagram](https://chinchiheather.github.io/images/nodewords/img/anagram.gif)

### Hangman
![hangman](https://chinchiheather.github.io/images/nodewords/img/hangman.gif)

### Wordsearch
![wordsearch](https://chinchiheather.github.io/images/nodewords/img/wordsearch.gif)
