constructor-wordguess


Project maintained by s07w Hosted on GitHub Pages — Theme by mattgraham

Constructor Word Guess

This assignment required (no pun intended) the use of different required javascript files in node to create a word guess game. It also uses the Inquirer NPM to prompt the user to provide inputs to play the game. This game is guitar-brand themed with the ostensible goal of choosing which brand of guitar the user will play that night.

Link to repo

How the game works

GIF of demo

Challenges

Getting all three of the JS files to behave was very difficult. I found that the simpler the code was, the easier it was to debug. It was much less error-prone as well! Since the constructors had a fair amount of overlap, console.log was imperative to figure out which parts of the code overall weren’t working.

Technology Used

NPM, js.Node, Inquirer npm, Javacript with object constructors.