Shuwardle is a word guessing game using Japanese fingerspelling.
This project uses 現代書き言葉 UniDic 3.1.0(The UniDic Consortium, 2021) as the dictionary of vocabularies, and 手話 指文字 一覧 セット(K-factory, 2022) as the image-set of fingerspelling.
Clone the repository and perform the following command line actions:
$> cd Shuwardle
$> npm install
$> npm run start
Open http://localhost:3000 in browser.
- Repository of This Project: Shuwardle
- Dictionary of Vocabularies: 現代書き言葉 UniDic 3.1.0(The UniDic Consortium, 2021)
- Image-set of Fingerspelling: 手話 指文字 一覧 セット(K-factory, 2022)