Code Monkey home page Code Monkey logo

hangman's Introduction

Hi, I'm Omar!

  • Software Engineering graduate student @UMD.
  • Learning and working my way towards a career in backend engineering, specifically interested in distributed software architecture.
  • Hobbies include being an audiophile, amateur astronomer, avid reader and a self-proclaimed sandwich architect!

    

hangman's People

Contributors

dependabot[bot] avatar ris-tlp avatar shaeqkhan avatar

Watchers

 avatar  avatar  avatar

Forkers

shaeqkhan

hangman's Issues

Feature: Player 2 Turn

  • Player 2 can now view the length of the word in dashes to start guessing.
  • Screen displays hangman figure (maybe).

Feature: Game Result

  • Player 1 wins if the hangman figure is drawn completely, i.e. player 2 was not able to guess in 6 tries.
  • Player 2 wins if all the characters guessed appear in the word given by player 1.

Player Two Character Input - Event: Correct

Feature #3
Number of turns for player 2 is defined by the input character.
Screen is updated with character in the correct place and valid number of turns remain the same and the player can continue guessing a character.

Feature: Player 1 Word Entry

  • Player 1 enters a word to be guessed by player 2.
  • If possible, mask the word by converting it to a hash value so that the word cannot be printed out anywhere in the program.
  • Check for possible errors during input
  • Spelling error: Player should enter the word twice as a check
    -- Allowed characters are the English alphabets [a-z, A-Z].
    -- The length of the word should be 3 to 10 characters.

Feature: Player 2 Turn Description

  • Player 2 gets to guess an incorrect letter 5 times and the game ends on the 6th incorrect try.
  • Enters letter and screen displays whether it is in the word or not.
  • The game updates the dashes (and hangman figure) after every turn.

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.