Skip to content

nsmaciej/wate

Repository files navigation

Play Wate
Toki Pona Wordle avaliable in English, Toki Pona, and Sitelen Pona.

Play Wordy
English Wordle avaliable in English.

Wate & Wordy

Build and Deploy

Wate is an open source game inspired by Wordle. Wate has been written with Toki Pona words in mind, with the interface avaliable in English, Toki Pona, and the Sitelen Pona script. However it can also be configured to use English words, using the Wordy mode.

Features

  • Clean interface
  • Sharing with Discord spoiler tags
  • No cookies, no personally identifiable information
  • Support for English, Toki Pona and the Sitelen Pona script
  • Allows entering, but not submitting blank tiles.
  • Easy mode - Allows unrecognized words as guesses
  • Hard mode - Requires guesses to use all previous hints
  • Respects Reduced Motion preference
  • Color blind mode
  • Any word mode - Uses Toki Pona words of any length for solutions
  • Kijetesantakalu mode - Uses 15 letter words for solutions
  • Easter eggs

Configuration

All configuration lives in src/config.json. The wordy property, enables or disables the Wordy version of the code:

{
  "wordy": true
}

Running

Install the dependencies with npm install, then start the development server with:

npm run dev

Building

Create a production version of Wate with:

npm run build

You can then preview the result using npm run preview.

Translation

With exception of the src/lib/modals/Help.svelte code which is too complex to easily internationalize, all translation strings can be found in src/locales.

  • en.json - Wate - English
  • tok.json - Wate - Toki Pona
  • tok-x-sp.json - Wate - Sitelen Pona
  • en-wordy.json - Wordy - English