Skip to content

Testing some SvelteKit by creating yet another Wordle game

Notifications You must be signed in to change notification settings

edalholt/wordle

Repository files navigation

Yet another daily wordle

Yes, it exists many wordle games already. Therefore i have created one more. The objective is simple: guess the hidden five-letter word. With each guess, you'll receive feedback on which letters are correct and in the right position (green), which letters are correct but in the wrong position (yellow), and which letters are not in the word at all. It's a brain-teasing game that will test your word-finding skills. Because the word are not revealed after a given amount of tries, and all kind of uncommon words can be the word of the day, there are no limit in number of guesses. A simple algorithm picks out a new word every day, have fun!

Developing

This project are created using SvelteKit.

Install dependencies

npm i

Start the server

npm run dev

Buildng

To create a production version of your app:

npm run build

You can preview the production build with npm run preview.

To deploy your app, you may need to install an adapter for your target environment.

Preview

wordle

About

Testing some SvelteKit by creating yet another Wordle game

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published