onur-kaplan / wordle

A recreation of the popular game Wordle with additional modes and features. Made with Svelte in Typescript.

Home Page:https://mikhad.github.io/wordle/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Wordle+

Publish workflow GitHub package.json version

A recreation of the popular game Wordle by Josh Wardle, with additional modes and features. Hosted on GitHub pages here.

Additional Features

  • Words are chosen from the list of words at random instead of in sequence, and the solution is not stored in localStorage, making it harder to cheat. The seed for the random number is created from the date, ensuring that everyone gets the same random number, so people can still compare answers.
  • When you complete a game the definition of the word is shown on the end of game modal.
  • In addition to the other statistics, your average guesses and your losses are also displayed on the win modal.
  • When the timer reaches 0 for a given game mode it changes into a refresh button instead of just staying at 00:00:00.
  • When the timer reaches 0 for a given game mode a refresh button appears in the top left corner.
  • A tips widget in the settings menu with useful information about the functionality of the game.
  • Right clicking a submitted word on the board will tell you its definition.
  • Right clicking a submitted word on the board will tell you how many possible words could have been played there, taking all previous information into account.
  • Right clicking the row below the last submitted word will tell you how many possibilities there are taking all previous information into account.
  • The game mode is reflected in the url, allowing you to share a game mode directly.
  • Service worker which allows the game to be easily downloaded as a progressive web app and run offline.
  • Give Up button.

Additional modes

Hourly mode: A new word every hour.

Infinite mode: A new word every time you refresh, for the true addicts.

Technical details

This is written with Svelte in Typescript. This is my first Svelte project, and is intended as an exercise to help me learn and become proficient in Svelte. This is still in development. My goal is to make it as close to the original wordle as possible while also adding additional features. I will continue to make it more similar to the original.

To do

To Do

  • Fix nonsense with timings & delay variable
  • Tidy up animation code and make animation mechanism consistant (if possible)
  • Look into improving the performance

About

A recreation of the popular game Wordle with additional modes and features. Made with Svelte in Typescript.

https://mikhad.github.io/wordle/

License:GNU General Public License v3.0


Languages

Language:TypeScript 73.6%Language:Svelte 22.7%Language:JavaScript 1.7%Language:CSS 1.2%Language:HTML 0.8%