Skip to content

jozzi/wordle-sk

Repository files navigation

Slovak Wordle inspired game

Inspiration: This game is based on the immensely popular online word guessing game Wordle, but uses the Slovak dictionary and grammar. There are few more modifications to the game due to difference in Slovak alphabet and English one.

  • Allows to retake the game if failed
  • Allows to use any combination of the letters

There are plans to further extend the functionality with:

  • Full dictionary to check words against (there is significant number of word variations possible)
  • Hard mode which force you to reuse correctly guessed letters (same as in ordiginal)
  • Statictics to compare against other players

Styling is done using Tailwind UI with their headless package to build the modals and notifications. This allowed to significantly speed up development and get hands on experience on using Tailwind UI.

To Run Locally: Clone the repository and perform the following command line actions:

$ cd wordle
$ npm install
$ npm run start

open http://localhost:3000 in browser.

About

A Slovak game inspired by the popular Wordle with React, Typescript, and Tailwind UI

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages