Git Product home page Git Product logo

command_line_hangman's Introduction

command_line_hangman

User opens up command line and is shown a wordsphrase in hyphens

user inputs a letter

program checks if the user input is in the word object

if letter is in word, replace hyphen with letter, and Display CORRECT

if letter isn't in word display INCORRECT and remove count from guesses counter

Logic

Create- Word consturter that generates a new word from a wordbank array

export the result of the randomwword generator

Create letter construter that takes in the word generated from the word bank and converts to "-", that will be rendered to string

The main.js will have the prompts and call on the functions, start game will invoke the random word generator which will need to invoke the word to hypens

Will need to have an array or some validation to check for userInput of a letter. When letter is guessed will need to push user guess to an array.

If user guess === indexOf word, show letter

command_line_hangman's People

Contributors

siverson90 avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.