Skip to content

ViniciusKendy17/termoo.github.io

Repository files navigation

Termoo

Termoo is a simple Termo game copy that i developed to practive my logic.

How to Play

  • 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.

How It Works

  • The game is made with HTML, CSS, and JavaScript.
  • All the logic is in the script.js file.
  • You can change the possible words by editing the words array in script.js.

Getting Started

  1. Download or clone this project.
  2. Open index.html in your web browser.
  3. Start playing!

License

For educational and logical practice use only.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors