Skip to content

A Norse-themed Wordle clone created with HTML, CSS, and Javascript

Notifications You must be signed in to change notification settings

cmacnamara/wordle-js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NORDLE

A partially completed game of Nordle with two incorrect guesses

Nordle is a Wordle re-creation with a Norse mythology-inspired theme. The original game, Wordle, was created by Welsh software engineer Josh Wardle and was originally published in 2021. In 2022, the game was bought by the New York Times Company which now maintains and publishes it.

The objective of the game is to guess the secret five-letter word within six attempts. To play, simply type out your five-letter guess word. Note that the word must be a valid English word. To submit your guess, either hit the Submit Guess button or press Enter.

The correctness of your guess will be revealed by the resulting color of each tile/letter. A green tile indicates that the letter is in the secret word and is in the correct position; a yellow tile indicates that the letter is in the word, but is not in the correct position; a black letter indicates either that the letter is not in the word, or that there are no more of that letter in the word. Note that in the game, "letters" are referred to as "runes".

Each consecutive win will add one to your streak, and will periodically update your Rank based on the traditional Norse hierarchy structure (Learn more about the Norse hierarchy system here). Try to win 10 games in a row to become a Rune Master!

Check out my initial planning materials here

Technologies used 💻

  • HTML
  • CSS
  • JavaScript
  • Git

Credits 🙌

Recent Changes ✏️

  • Updated CSS to handle smaller screen sizes

Ice Box 🧊

  • Add functionality to store users' progress toward Rune Master on their local device.
  • Add responsive CSS rules to handle window resizing.
  • Add light/dark mode options
  • Add difficulty selection feature to change the number of guesses allowed.
  • Add sound effects.
  • Modify CSS to handle larger screen sizes.
  • Add a modal with game rules and options.

About

A Norse-themed Wordle clone created with HTML, CSS, and Javascript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published