Skip to content

A simple wordle built in html, css and javascript.

License

BSD-4-Clause, Unknown licenses found

Licenses found

BSD-4-Clause
LICENSE
Unknown
license.txt
Notifications You must be signed in to change notification settings

Gurge44/customized-wordle

Repository files navigation

Customized Wordle

A simple wordle built in html, css and javascript. This is a project for me to learn Javascript.

MAIN FEATURES

  • Animate.css animations + fireworks on correct guess
  • Ability to change the number of guesses you have (1-30)
  • Ability to change the word length (3 - 16 letter words)
  • Optional time limit to find the word (+ optional: bonus time for yellow & green letters, penalty for grey letters)
  • Optional time limit to make a guess
  • Easily change the color of nearly everything without editing the code
  • Restart easily as many times as you want (+ option to Auto-Restart after correct guesses)
  • No limitations in any way, feel free to use the source code, but if you do, I would be happy if you at least mentioned my name. Thanks!

HOW TO EDIT THE CODE YOURSELF AND DEBUG IT

  • Download the "customized-wordle-vX.X.X.zip" file under the latest release
  • Make a new folder and put all downloaded files in there
  • Open that folder in Visual Studio Code
  • Right click in the index.html code > choose Open with Live Server (you need the live server extension) (it may also work without opening it as a Live Server)
  • Enjoy.

IMAGES (outdated)

example 1 example 2 example 3 example 4 example 5 example 6 example 7