Home

Awesome

Wordle+

<div align="center"> <a href="https://mikhad.github.io/wordle/" ><img src="https://github.com/MikhaD/wordle/workflows/Publish/badge.svg?branch=main" alt="Publish workflow"/></a> <img src="https://img.shields.io/github/package-json/v/MikhaD/wordle" alt="GitHub package.json version" /> </div>

A recreation of the popular game Wordle by Josh Wardle (now purchased by the New York Times), with additional modes and features. Hosted on GitHub pages here.

Additional Features

Additional modes

The game mode can be changed by clicking WORDLE+ at the top of the screen or swiping the board in either direction.

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. It also uses some basic scss for styling.

The project was initialized using npm init vite@latest and selecting the Svelte template.

Forking this project

Anybody is welcome to fork this repository and do what they like with it, provided they follow the accompanying license (GPL-3.0). I would also appreciate if you could link back to this repository and credit me in your project.

Have fun :)

Analytics

This project contains basic google analytics which log the following information:

This information cannot be linked back to individual users. It is for my own personal use and is not shared with anyone else. This is my first "major" public facing project and being able to see how many people are playing from all over the world is a big factor in my motivation to continue working on it.

<details> <summary>How to create a new mode</summary> </details>