WHAAAAAAT!!! You are a hero! Thanks. Also, I wouldn't mind some difficulty settings being a dumb chess player that I am ;)
Viewing post in Ren'Py Chess Game 2.0 comments
Hi @mif4n. Thanks for the comment!
I will consider adding that as a feature if more people express interest :D
For now, you can programmatically set the difficulty in script.rpy as follows. A shorter movetime (in milliseconds) and a smaller depth will reduce the strength of the chess AI. Read more in my GitHub README and feel free to reach out with any more questions :)
$ movetime = 2000 $ depth = 10
Hi mif4n. I'm happy to announce that the newest release now allows for difficulty level selection. Quote my devlog:
Easy: depth 2, < 1900 ELO.
Medium: depth 6, 1966 ELO.
Hard: depth 12, 2364 ELO.