Giter Club home page Giter Club logo

sams-exploration-station's People

Contributors

errolyn avatar

Watchers

 avatar  avatar

sams-exploration-station's Issues

Add 2 player mode

Add an option for one user to manually choose and word and number of guesses available to the second guessing player.

Needs:

  1. 1 or 2 player option prompt
  2. Word input
  3. Number of guesses available
  • This would also require a change in how I'm handling the ascii hangman with div ids

Add routing

Needs to be moved to node first!

Add real routing to the app.

Random Word API sometimes generates a capitalized word.

The word needs to be striped of any capitalization before being sent through the script. It is impossible to win a game with a capital letter since the code is always comparing a lower case letter with what is in the generated word.

Final guess logic out of order when viewed in a mobile browser.

When the win or loose logic runs on the last guess the last letter chosen does not show up in the statu/guess box. The confirm function runs before the UI can be updated.

Running like this currently:

Check for letter in word > check for win/lose > confirm new game > update status box

Should be:

Check for letter in word > update status box > check for win/lose > confirm new game

Add difficulty level

Add difficulty levels.

Easy: word length 4-7 letters; not using letters xz
Medium: word length 7-10 letters; not using xz
Hard: word length 7-13; no letter limitations
Extreme: word length > 13 letters; no letter limitations

remove Api keys from repo

Remove api keys from repo.

I will move the keys to the server and add an API endpoint for the view to hit that returns the info I need. To make this work I will need to rework the ajax call in both the hangman and word lookup files. As part of this I should move the Javascript in those files in to their files to be called by the page instead of living inline.

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.