GithubHelp home page GithubHelp logo

project1---hangman's Introduction

===== HANGMAN =====

STORIES

Basic:

  1. User should be able to click on a start button to start the game.
  2. User should be able to reset the game.
  3. User should input a letter into an input box
  4. Screen should turn red when the game is lost and the hangman is completed.
  5. Screen should reveal the word after player loses the game.

PSEUDOCODE

Click on Start button selects a random word from the Words array,

Random word is transformed into an array of letters using .split

Click on start also displays as many underscores as the number of letters of the random word, for the user to guess

...Displays an input box

...Displays new buttons with other options

Prevent default action from refreshing the page.

User types in a letter on input box.

If the letter in the input box is a match, it shows up in the underscores.

Otherwise, 1 new element of the hangman gets drawn.

project1---hangman's People

Contributors

giosilva avatar

Stargazers

Michael L Parks avatar

Watchers

James Cloos avatar  avatar

Forkers

wmimedia

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.