Skip to content

A simple word game. Find as many words as possible from a given set before time runs out.

License

Notifications You must be signed in to change notification settings

borgar/ordavinda

Repository files navigation

Orðavinda

Orðavinda is a simple browser word game. Given a set of 6 letters, the player must use them to find as many valid words as possible before time runs out. In order to qualify to play the next round, the player must guess at least one of the 6 letter word combinations.

The game was the winning entry in Þú átt orðið, a 2009 contest of creating solutions using the Icelandic declension dictionary (BÍN). As such it is Icelandic-centric but can with minimal effort be made to work in other languages.

2024 rewrite

The game was completely redone in 2024 as the older version was very dated and did not work well on mobile phones. The original version is still available on a branch.

How to build the levels:

  1. Download and unzip the BÍN data. Specifically: Storasnid_allt.zip

  2. Unzip and place the data into the scripts folder.

  3. Run pnpm filterbin to produce a manageable filtered subset of the dictionary.

  4. Run pnpm levelgen on the output to produce the levels.

  5. Open the game in your browser.

About

A simple word game. Find as many words as possible from a given set before time runs out.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published