An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# OOP Game Show App
Fourth project of the Team Treehouse Full Stack JavaScript Techdegree by Lindsey.

![JavaScript](https://img.shields.io/badge/javascript-%23323330.svg?style=for-the-badge&logo=javascript&logoColor=%23F7DF1E)

## 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.