Skip to content

cltn39/wordGuess-Cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wordGuess-Cli

  • combination of node.js and constructor highlight
  • Emphasizes on keeping codes shallow

Overview

hangman style command-line game using constructor functions.

Features

  • Fully functioning hangman game.
  • Registers both uppercase and lowercase as same input.
  • colorful command lines!.
  • filters and reject repeated words/multiple letter input.

Node packages used:

Instruction:

  1. before typing node index.js into command-line, you must download node packages in order for the app to work. To download the packages, type npm install into command-line.
  2. After package installation, type node index.js
  3. Enjoy the app!

Demo:

Win condition:

win a game by gussing all the letters

win game

Unwanted

input and loss: wrong input and wrong guesses will take out a guess, once guess reaches 0, you lose.

lose game

Application continuity:

Upon winning the game, you recieve a prompt for asking to continue or end.

continue game

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published