Skip to content

Dev-Matheus-Felipe/Termo_Game

Repository files navigation

🧩 Termo Game

A Wordle clone built with React! 🎯
Guess the word in 6 tries! ✍️


✨ Features

  • 📝 Guess a 5-letter word in 6 attempts
  • 🎯 Letters are marked as correct, present, or absent
  • 💻 Built entirely with React
  • 📱 Avaliable for desktop and mobile

🎮 Usage

Type a 5-letter word and press Enter ⏎

The letters will be highlighted:

🟩 Green → Correct letter in the correct spot

🟨 Yellow → Correct letter in the wrong spot

⬛ Gray → Letter not in the word

You have 6 attempts to guess the correct word

💡 Tip: Replace the variable word_target in your code with the word you want the user to guess, or fetch it dynamically from an API to generate random words! 🌐


⚙️ Installation

  1. Clone the repository:
git clone https://github.com/Dev-Matheus-Felipe/Termo_Game.git
  1. Navigate to the project folder:
cd Termo_Game
  1. Install dependencies:
npm install
  1. Start the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

About

React implementation of a Termo-style game.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published