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

https://github.com/therealbyteraver/oopgameshowapp

Treehouse Project 4: Phrase guessing game. Exercise in OOP JavaScript
https://github.com/therealbyteraver/oopgameshowapp

javascript oop

Last synced: about 1 year ago
JSON representation

Treehouse Project 4: Phrase guessing game. Exercise in OOP JavaScript

Awesome Lists containing this project

README

          

# OOP Game Show App
This wheel-of-fortune style phrase hunting game served as an exercise in OOP-flavored Javascript.
# Technology stack
HTML / CSS / JavaScript
# Exceeds requirements nr 2 description (custom CSS)
A few rules were added at the bottom of css/styles.css to accomplish the following:
- an outline on the keyboard buttons that are still clickable (i.e. the player didn't click on them before)
- a shadow was added to the in-game title "Phrase Hunter"
- a fade in animation is added at the end of the game, whether the player won the game or not