Mamlal
A daily Assyrian word game
Install / Use
/learn @SargisYonan/MamlalREADME
ܡܡܠܠ - Mamlal
Play the game at: mamlal.com
This is an Assyrian Wordle clone built on top of react-wordle. The word list used was gathered from Assyrian Languages
The word list was scraped and cleaned up using tools developed for AssyrianPhonetics. Feel free to reach out for this data.
Building Locally
Clone the repository
$ git clone https://github.com/SargisYonan/Mamlal.git
$ cd Mamlal
Updating Word List
Currently the words are pulled from the Kaikki dictionary and parsed and loaded with a python script.
$ python3 tools/parse_kaikki.py
React
$ npm install
$ npm run start
Open your browser and navigate to: http://localhost:3000
Deploy With React
$ npx prettier --write src
$ npm run deploy
Docker
$ docker build -t mamlal .
$ docker run mamlal
Contributing
Open an issue or pull request with your change for review.
Consider addressing one of the open feature requests or existing issues.
