Skip to content
/ persiga Public

A fun Wordle clone made using React, Typescript, and Tailwind

License

Notifications You must be signed in to change notification settings

duarch/persiga

Repository files navigation

PERSIGA

Netlify Status

This is a clone project of the popular word guessing game we all know and love. Made using React, Typescript, and Tailwind.

Try out the demo!

Build and run

To Run Locally:

Clone the repository and perform the following command line actions:

$> cd react-wordle
$> npm install
$> npm run start

To build/run docker container:

Development

$> docker build -t reactle:dev -f docker/Dockerfile .
$> docker run -d -p 3000:3000 --name reactle-dev reactle:dev

Open http://localhost:3000 in browser.

Production

$> docker build --target=prod -t reactle:prod -f docker/Dockerfile .
$> docker run -d -p 80:8080  --name reactle-prod reactle:prod

Open http://localhost in browser.

FAQ

How can I change the length of a guess?

The default configuration is for solutions and guesses of length five, but it is flexible enough to handle other lengths, even variable lengths each day.

To configure for a different constant length:

To configure for variable lengths:

Note that guesses are validated against both the length of the solution, and presence in VALID_GUESSES.

How can I create a version in another language?

HERE

How can I add usage tracking?

This repository includes support for Google Analytics or Plausible Analytics, but, by default, this is disabled.

To enable Google Analytics:

  • Create a Google Analytics 4 property and obtain the measurement ID (of the format G-XXXXXXXXXX)
  • In .env, add REACT_APP_GOOGLE_MEASUREMENT_ID=G-XXXXXXXXXX

Keep in mind that your region might have legislation about obtaining a user's consent before enabling trackers. This is up to downstream repos to implement.

To enable Plausible Analytics:

  • Create a new website with Plausible Analytics with a given domain, e.g. example.app
  • In .env, add REACT_APP_PLAUSIBLE_DOMAIN=example.app

Projects built using this repo

Other languages

Fun themes

  • 'en si lì'ur: Na'vi, the constructed language from James Cameron's AVATAR (2009)
  • Airportle: Airport Codes
  • Anidal: Animals
  • Birdle - Emojis: Bird emojis
  • Birdle: Birds
  • Buildly: Construction themed
  • Chipotle: Chipotle (food, items, etc.) themed
  • Crosswordle: Crossword mashup
  • Dundle: The Office
  • FFXIVrdle: Final Fantasy XIV
  • Harry Potter: Harry Potter
  • JoJodle: JoJo’s Bizarre Adventure
  • Mahjong Handle: Mahjong Hands
  • Filmle: Movie titles
  • Fletcherdle: American singer-songwriter FLETCHER
  • Lyricle: Lyrics
  • Marvle: Superhero (Marvel and DC) themed
  • Movie Wordle: Bollywood
  • Murdle: Spooky hangman mashup
  • Pawnle: Parks and Recreation
  • Poker Handle: Poker
  • Poker Handle 2: Poker
  • Quettale: Quenya, Elven language in LOTR
  • Radiole: Radio-themed (for World Radio Day)
  • RareWordle: Word guessing with multiple simultaneous solutions of varying "values", all created from the same letters. The goal is to find the most obscure solution. It is inspired by the TV game show Pointless.
  • Reverdle: Wordle but in reverse, that is one has to make as many guesses possible which do not have any green letter (i.e. a letter in the correct location compared to the hidden solution).
  • Squirdle: Pokeman
  • Tacticle: Chess puzzles
  • Taylordle: Taylor Swift
  • Trekle: Star Trek
  • Weedel: Video game characters
  • Wordle.cl: Chilean modisms, cities, places
  • Wrdl: Words that are 5 letters long after getting rid of their vowels
  • WROUD: W R O U D is a simple word game that challenges people to find a six-letter word in 3 guesses from a cloud of letters. https://www.wroud.net/ A spinoff of Wordle but quite different and may be more fun!. WROUD = Word + Cloud
  • 香港麻雀 糊 dle: Mahjong hands under Hong Kong rules

Math, Acronyms, Science, Tech, and more

  • AI-powered: Includes an AI component
  • Colordle: Guess the hexadecimal color code of the background
  • Genel: Gene symbols
  • Jazle: Javascript
  • Mathler: Find the solution that equals X
  • Morsel: Morse
  • Numble: Maths
  • Opsle: Ops
  • Passwordle: Passwords
  • Perfdle: Performance Testers and Engineers, DevOps, and Observability
  • Primel: Prime numbers
  • Qwordle: Quantum version of Wordle (uses entangled word-pairs)
  • Quantle: Another quantum variant where guesses are quantum equations
  • Rundle: Like wordle, but only last three guesses are considered.
  • Stockle: Guess the stock or ETF
  • Syscordle: SYSCALL
  • TwoKinds: There's only two kinds of people in this World.
  • UNLOCOdle: UNLOCODEs
  • Visionle: Guess the label of randomly chosen image from ImageNet/ImageNet-Sketch dataset (Machine learning)
  • 0xdle: Hexadecimal

Want to add one to the list? Just make a pull request or let us know via a comment here

About

A fun Wordle clone made using React, Typescript, and Tailwind

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published

Languages