Giter VIP home page Giter VIP logo

hangman-game's Introduction

Hi there ๐Ÿ‘‹

  • ๐Ÿ”ญ Iโ€™m currently working on Spirelands.
  • ๐ŸŒฑ Iโ€™m currently learning about the Salesforce ecosystem.
  • ๐Ÿ‘ฏ Iโ€™m looking to collaborate on web projects, android apps, video game development.
  • ๐Ÿค” Iโ€™m looking for help with art for Spirelands.
  • ๐Ÿ’ฌ Ask me about the video game I'm developing.
  • ๐Ÿ“ซ How to reach me: Aaron Michael's Portfolio
  • โšก Fun fact: I can tell you what day of the week you were born on!

hangman-game's People

Contributors

amcnulty avatar

Watchers

 avatar  avatar

hangman-game's Issues

Mobile Compatibility

Requirements

  1. Accept user input on mobile devices.

    • Make input field for user guesses.
  2. Fit on mobile screens.

    • Create a CSS file for the mobile version of the game.
    • Resize the hangman images to display a small icon while playing.
    • Make all sections centered and at top of page for when keyboard is open.

Custom Category Word Generation

Requirements

  1. Create custom category text input field

    • Have a placeholder in text input field that reads 'Custom Category'
    • When users are typing into the input field the game will not register key up events toward guessing the current word.
    • When input is active all other categories are deselected.
  2. Create a generate word button.

    • When button is pressed a word is generated based on what category is selected.
    • If there is text in the custom category input that will be used as the category to generate a new word.
  3. Create a request to Datamuse API for words based on user input.

    • Take user input string and convert to all lowercase.
    • Replace spaces in user input string with '+' (plus symbol).
  4. Alert users if no results were found with their custom category.

Ding sound playing at inappropriate times.

Steps to recreate

  1. Correctly guess a letter in the current word to make that letter display in the current word in place of the underscores.
  2. Press that letter again and ding will sound.

Expected result

  1. When a letter has already been correctly guessed and displayed the ding noise should not be sounded when the letter is pressed any more times.

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.