Found 1,022 repositories(showing 30)
philipstubbs13
A command line version of the classic Hangman game built using Node.js, Inquirer, and Javascript constructors. See how many Minnesota cities you can guess correctly.
womcauliff
A console-based hangman app written in Node.js that incorporates objects, user-input, and constructors.
cecileceng
Homework Objectives: Create Hangman using constructors, objects and Node.js Process user input via the command line
kishanpatel728
No description available
slizbethellis
Hangman, with constructors, and in the CLI
DanYee92
No description available
Liannaccone
No description available
johnisabella
Constructor Hangman is a CLI-based hangman game that utilizes Node and Javascript. The game randomly selects a game word and tracks a user's guesses and overall game score.
luomichelle
Play hangman game by running node.js
joannebadua
No description available
rebbbeccao
A Britney Spears themed, command-line Hangman game using javascript constructor functions.
lorstevens
A simple hangman game using Node.js and Javascript Constructors.
Java Lab Activities: Constructors, Prime Numbers, Hangman, Date Time, Coffee Machine
clo2go
Node Hangman app using javascript constructors that runs in node CLI.
moriz23
Build a hangman game in the command prompt by using node.js, constructor functions, and prompt.js.
GavinC4
hangman game using node
derazmus
Hangman command-line game using constructor functions.
lcalderon123
Instructions The completed game should meet the following criteria: The completed game should be able to receive user input using the inquirer or prompt npm packages. Feel free to use as many different types of constructor functions as you are able to, but at a minimum, you must create the following constructor functions: Word: Used to create an object representing the current word the user is attempting to guess. This should contain word specific logic and data. Letter: Used for each letter in the current word. Each letter object should either display an underlying character, or a blank placeholder (such as an underscore), depending on whether or not the user has guessed the letter. This should contain letter specific logic and data. You must keep track of the user's remaining guesses and prompt the user if they would like to end the game if none remain. Each constructor function should be in it's own file and be exported and required wherever needed. Look into function prototypes and use them for a few of your constructor's methods. Notes Since this assignment is a command-line application, you don't need to deploy it anywhere. You will, however, be required to upload it to Github. Remember to include a package.json file containing your project dependencies in your Github repo!
StefanieDing
Hangman game run through Node.js and empowered with JavaScript constructors.
thargs
Constructor Hangman
HermesCat
Hangman Constructor
chrisjlan89
Constructor-Hangman
kbwats
Constructor Hangman
mckennajob
constructor hangman
ir1shaz
Constructor Hangman
mgmcintyre777
Hangman Using Constructors
Richardmspence
constructor hangman game
cclohisy
hangman using constructors
ensferum
Constructor Hangman Homework
midstreamer
constructor hangman homework