Shiritori (しりとり) is a Japanese word game in which the players are required to say a word which begins with the final kana of the previous word, but in English.
- Clone the repository.
git clone https://github.com/JannatinNaim/ShiritoriCLI
- Change directory to the
src
folder.cd ShiritoriCLI/src
- Run the
main.py
file.python main.py
It was just a fun side project. If you discover bugs, report them in the issues section of the repository or if you want, you can explore the code and see if you can fix it yourself (i'm lazy and might not work on this anymore). Have fun.