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
- Host: GitHub
- URL: https://github.com/therealbyteraver/oopgameshowapp
- Owner: TheRealByteraver
- Created: 2021-05-12T10:18:01.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-09-23T09:24:16.000Z (over 4 years ago)
- Last Synced: 2025-06-11T00:02:50.918Z (about 1 year ago)
- Topics: javascript, oop
- Language: JavaScript
- Homepage: https://therealbyteraver.github.io/OOPGameShowApp/
- Size: 22.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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