Reputation: 1
I am using stockfish for a game in Unity, so i use C#, and i want to make a chess game to help new players to learn how to play the game. The main issue is that i can't limit stockfish strength enough to make it playable againist newer players, i would evaluate the weakest version of stockfish i made to be around 1000-1100 ELO. Do you have any tips? Stockfish 1.17.x
I tried messing around with this:
setoption name Skill Level value 0 setoption name EvalFile value <empty> setoption name MultiPV value 1 setoption name UCI_LimitStrength value true setoption name UCI_Elo value 250 go depth 1 / go movetime 1
I also tried to use some olders commands like this:
setoption name Skill Level Maximum Error value 1 setoption name Skill Level Probability Value 10
but they don't work anymore
Upvotes: 0
Views: 42