Skip to content

A hangman game played in the command line. Created with NodJS

Notifications You must be signed in to change notification settings

mateovargas/constructor_hangman

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hangman!

A hangman game played in the command line. Created with NodeJS

Running the program.

Ensure node and npm are installed.

$ node -v
$ npm -v

With both installed, ensure the required npm packages are installed.

$ npm install inquirer
$ npm install fs
$ npm install colors

With all that installed, run the application by running the following command from within the application's directory.

$ node index.js
Author

Mateo Vargas

About

A hangman game played in the command line. Created with NodJS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published