https://github.com/jlkiri/shiritori-online
Shiritori Online (learning project)
https://github.com/jlkiri/shiritori-online
Last synced: 2 months ago
JSON representation
Shiritori Online (learning project)
- Host: GitHub
- URL: https://github.com/jlkiri/shiritori-online
- Owner: jlkiri
- Created: 2018-06-26T09:31:06.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-30T09:21:44.000Z (over 6 years ago)
- Last Synced: 2025-02-01T16:48:27.347Z (4 months ago)
- Language: JavaScript
- Homepage:
- Size: 62.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Shiritori Online
This is a multiplayer online version of the traditional Japanese game Shiritori. I made it as I was learning and practicing Javascript.## Technology
This game makes use of API provided by [Jisho.org](https://jisho.org/) to retrieve dictionary entries.## Rules
General:
* Once the game begins, you will have limited time to submit a word. The amount of time depends on the difficulty that you have to choose before playing the game. For beginners, Easy is strongly recommended.Kanji mode:
* You must use words that start with the last Kanji character of your opponent's answer.
* Your words should equal or be longer than 2 characters.
* It does NOT matter if the reading of your word ends with ん or ン!
* *Warning*: Kanji mode uses more sophisticated answer algorithm than Kana mode so it takes more time for an opponent to answer (sometimes up to 10 seconds).Kana mode:
* As in the classical game you cannot use words that end with ん or ン.
* Long vowel mark (ー) is ignored and the preceding character is used instead.
* You can use either Katakana or Hiragana version of the last character of the opponent word
* Small や/ゆ/よ are capitalized internally, so you can use capitalized versions to answer. Example: じんしゅ → ゆめ
* Your words should equal or be longer than 2 characters.