Skip to content

jdb443/Constructor-Word-Guess

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Constructor-Word-Guess

Advanced JavaScript Assignment: Constructor Word Guess - Sports Theme

Task

To create the Word Guess Game using Node.js. By using three files index.js, Letter.js, and Word.js to make the game using the command-line a random word will display on the placeholder and prompt the user to guess a letter, if the letter is correct display the letter on the placeholder. if incorrect, reduce the number of the incorrect guesses remaining by 1 and display the word that was already choose.

Demo

Walk through Gameplay

Concepts and Technologies

  • Node.js, Command line application version 11.13.0
  • NPM => Package.JSON
  • inquirer (Prompt)
  • ARRAY
  • For Loop
  • IF ELSE statements

About

Advanced JavaScript Assignment: Constructor Word Guess

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published