Valyrian Wordle is a re-implementation of the modern classic Wordle game into the constructed language of High Valyrian, constructed by David J. Peterson for George RR Martin's A Song of Ice of Fire and HBO's Game of Thrones. The game is available to play, for free, in your browser at: https://swilliamsio.itch.io/valyrian-wordle.
This project was originally forked from Latin-Wordle under MIT license. Many thanks to LatinDictionary.io for that! This repo is under the same license.
If you would like to contribute to the project, please either create your own branch and submit a pull request or create a GitHub issue. Feel free to contribute by submitting missing or purging difficult words from the word lists where appropriate!
Clone the repository and perform the following command line actions:
$ cd valyrian-wordle
$ npm install
$ npm run start
To build:
$ npm run build