/Shuwardle

指文字で考える文字当てゲーム | A guessing game with Japanese fingerspelling of sign language

Primary LanguageTypeScriptMIT LicenseMIT

Shuwardle

Let's play Shuwardle!

Overview

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.

Supported Languages

Environment and Build Setup

Technologies

To Run Locally

Clone the repository and perform the following command line actions:

$> cd Shuwardle
$> npm install
$> npm run start

Open http://localhost:3000 in browser.

Related Links