yaliu8 / Psychic-Game

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Psychic-Game

Deployed: https://yaliu8.github.io/Psychic-Game/

Rules of the Game:

  1. Essentially, the app randomly picks a letter, and the user has to guess which letter the app chose.

  2. Wins: (# of times the user has guessed the letter correctly)

  3. Losses: (# of times the user has failed to guess the letter correctly after exhausting all guesses)

  4. Guesses Left: (# of guesses left. This will update)

  5. Your Guesses So Far: (the specific letters that the user typed. Display these until the user either wins or loses.)

  6. When the player wins, increase the Wins counter and start the game over again (without refreshing the page).

  7. When the player loses, increase the Losses counter and restart the game without a page refresh (just like when the user wins).

Dependencies -HTML, Javascript, Bootstrap, CSS

About


Languages

Language:JavaScript 37.6%Language:CSS 36.3%Language:HTML 26.2%