项目作者: thechutrain

项目描述 :
高级语言: JavaScript
项目地址: git://github.com/thechutrain/command-line-hangman.git
创建时间: 2017-02-06T18:16:45Z
项目社区:https://github.com/thechutrain/command-line-hangman

开源协议:

下载


command-line-hangman

a node.js REPL game of hangman

This little command line hangman game uses a random
quote generating API to get a random quote and the associated
author of that quote. You’ll get to guess the author in a few
guesses as possible. Enjoy!

Demo

Usage

*You must make sure that you have your an API key to the mashApe random quote API.
If you don’t have one you can contact me.

  1. $ npm install
  2. $ npm start YOUR_API_KEY

Features

  • mashApe API for random quote generator

NPM packages

  • inquirer
  • figlet
  • clear
  • chalk

Issues

  • allows for authors with “periods” in the name
  • check that authors are valid letters a-z
  • add validator to inquirer