Skip to content

linhtng/Wordle

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

✏️ Wordle

GitHub code size in bytes Code language count GitHub top language GitHub last commit

image

This project was bootstrapped with Create React App.

Play the game here: Wordle Game

💡 About the game

Welcome to Wordle, a simple and fun word-guessing game! Wordle is a word puzzle game that challenges you to guess a hidden five-letter word. You have six attempts to guess the correct word. After each guess, the game indicates which letters from the guess are not in the word, which are but not in the right spot, and which are in the correct spot.

A correct letter turn ${\color{green}green}$.

A correct letter in the wrong place turn ${\color{yellow}yellow}$.

An incorrect letter turn ${\color{grey}grey}$.

Letters can be used more than once. Can you guess the word in six attempts or fewer?

Unlike the original Wordle game, there is no one word per day rule, you can play again as many times as you want.

Installation

  • Clone this repository:
https://github.com/linhtng/Wordle.git
  • Go to the project folder:
cd Wordle
npm install
npm start

About

Guess the Wordle

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 68.9%
  • CSS 21.5%
  • HTML 9.6%