https://github.com/codelikeagirl29/oop-game-show-app
An app designed like Hangman - guess that phrase with the theme Disney movies.
https://github.com/codelikeagirl29/oop-game-show-app
es6-classes games javascript object-oriented
Last synced: about 1 year ago
JSON representation
An app designed like Hangman - guess that phrase with the theme Disney movies.
- Host: GitHub
- URL: https://github.com/codelikeagirl29/oop-game-show-app
- Owner: CodeLikeAGirl29
- Created: 2022-02-14T02:01:17.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-05-24T18:49:13.000Z (about 4 years ago)
- Last Synced: 2025-02-01T02:42:34.274Z (over 1 year ago)
- Topics: es6-classes, games, javascript, object-oriented
- Language: JavaScript
- Homepage: https://codelikeagirl29.github.io/oop-game-show-app/
- Size: 28.3 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# OOP Game Show App
Fourth project of the Team Treehouse Full Stack JavaScript Techdegree by Lindsey.

## Phrase Hunter
This game is all about guessing a random phrase, from a predifined list of five phrases, before making five wrong guesses.
On screen and physical keyboard input
Users can choose how they want to interact with the game and even switch during the game. While playing the game will ignore choices that already have been made.
Conditional user feedback
If the user makes a wrong guess they will be proved with three kinds of feedback:
One life is lost.
Remaining letters start pulsing (speed depends on lives left).
A game over screen with the correct phrase when five lives are lost.
A game over screen with the amount of lives left and the guessed phrase will be shown when the user wins the game.