Latest Project
Word Master
Description of the project. In JavaScript code I make connection with two API's. User have 6 chance to guess correct 5-letter word. When word with user putting isn't a correct english 5-letter word then he must try again and this attempt isn't count. My code compare user's words with dictionary API and when word is a real word then word is compare with second API with word to guess. In this sceneario are three option: user guess the the word (all squares are green and game'll end), some letter of user's word is correct but in wrong place (yellow square) or some letter are correct and in good place (green square), all letters are wrong (grey square). Game'll end when user guess the word or all attempts'll deplete.
Technologies used include
- HTML
- CSS
- JavaScript