Ep92 - Word Guessing Game Tutorial & Source Code

Опубликовано: 19 Ноябрь 2023
на канале: UI Monk
116
like

Ep92 - Word Guessing Game tutorial & Source Code
https://drive.google.com/file/d/1Oxic...

1. Design HTML, CSS
2. Create wordlist array with collections of objects
3. Call random array object with math.random()
4. Create input tag according to guessing word length
5. Get the random words on button click
6. show the hint from received random object
7. create input field for typing, when keydown event is triggered focus on input
8. check if inserted value matched the guessanswer
9. show the wrong answer in wrong section
10. show game over and answer if no guesses count left


complete Javascript UI Project Playlist
   • Ep88 - Add Tags on clicking enter or ...