Click here for the Deployed CODLE Website
Team Member Names:
- Ben Carter : GitHub : LinkedIn
- Tanesha Brester : GitHub : LinkedIn
- Cole Gibbs : GitHub : LinkedIn
- Eden Brekke : GitHub : LinkedIn
This is kind of a study guide, spell out the code terminology and when you complete it can bring up an example or description of what the code function does. Then you can play another round.
Recreation of NewYork Times WORDLE game, instead using 5-letter code terminology that we've learned so far.
User will be able to add a guess by using an on-screen keyboard, the guess will display within tiles above the keyboard.
If the letters are wrong the letters will shake, if they are correct they will turn an appropriate color: blue for correct; pink for correct but in the wrong index.
Once the user gets the correct answer the tiles will dance!
Once the game is over (on win or on loss) the word and word description will display on screen and will allow the user to click results and enter a new html page display parameters that are stored in the local storage.
The site will also include a separate Meet the Team page, with little blurbs about each member and links to each persons individual github profile.
Would be a handful of viable products within the game (4)
when you succeed it displays a description of the concept
Local data storage will store:
- Rounds played
- Win percent
- current streak
- best streak
Constructor
Create Words to be guessed, and description of that word.
Have a CSS change the color of the letters once you get the letter correct and in the correct location or correct and in the wrong location
Have the game display if a word is not in the object and make it not count as a guess against them
Have the tiles apply a CSS animation on incorrect guess and correct word guess
Our Instructor : Audrey Patterson
Data-*
querySelector
Dataset
Rest Parameters
forEach
Animations
Event Listeners
Set timeout
Element.ClassList
Array.method.map