-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add sound when placing stones. #96
Comments
Would you try this? (Usage)
It may be a fun idea to adjust the sound based on the game situation (settled/unsettled, etc.), though I'm not planning to implement it soon. |
Wonderful. I tried it and copied audio files to external folder. All works perfectly. But I want to know what's the meaning there're multi files as |
If you specify two or more sound files, one of them will play randomly each time. I believe this approach is popular for creating a natural sound effect. For the default sound, do you know of any files with explicit licensing for copying and distribution? |
Sabaki is licensed under the MIT license. I don't know whether it is appropriate. |
In the
draw_stone
method, play the sound afterdraw_last_move
. This is more intuitive. For example, you can make these changes:The text was updated successfully, but these errors were encountered: