Termoo is a simple Termo game copy that i developed to practive my logic.
- The game picks a random five-letter word (from an array in the file)
- You have six tries to guess the word.
- Type your guess using the on-screen or your computer keyboard.
- After each guess:
- Green means the letter is correct and in the right place.
- Yellow means the letter is in the word but in the wrong place.
- Gray means the letter is not in the word.
- If you win, the game shows a message and restarts automatically.
- The game is made with HTML, CSS, and JavaScript.
- All the logic is in the
script.jsfile. - You can change the possible words by editing the
wordsarray inscript.js.
- Download or clone this project.
- Open
index.htmlin your web browser. - Start playing!
For educational and logical practice use only.