Simple Japanese language number guessing game
This game is for students of Japanese to improve their listening skills with Japanese numbers.
The program will speak a number in Japanese and the user will try and type the correct answer.
By default, the program will only say the numbers from 1 to 1,000, but this can be changed by editing the max_num parameter.
To use:
- Copy the number_guessing_game.py file
- Run with python3: "python3 number_guessing_game.py"