Hey, cs student here, I have to make a final year project.
My idea is that I make a chess game with stockfish as opponent. Chatgpt will engage with the player for stuff like threats or plans or blunders.
Now, for eg- player plays nf3. Stockfish will provide lines to chatgpt or chatgpt can directly access lines of opponent(stockfish) Suppose there is a line where nf3 will lead to blunder of the queen, then chatgpt will tell the player that queen might be taken in future or this move will blunder your queen
The problem is : how will chatgpt be able to identify the line where queen is taken?
Chatgpt says that I have to create a system where I could translate the threats and then prompt chatgpt to respond
I just want chatgpt to know the threat and tell the player that the move is bad?
How does stockfish analysis work? Can it tell chatgpt that a certain line could lead to loss queen?
Please help me out with this.