Supernova Files :godot: on Nostr: npub14yqjk…vrfl3 I didn't reach the part of implementing a engine for the chess ...
npub14yqjkzqkgv4a27egvq5xmh2ravemytg9g5kldqeqfts92uvh90sq2vrfl3 (npub14yq…rfl3) I didn't reach the part of implementing a engine for the chess game, I'm still (re)working on the moves (I'm working on pawn moves). I intend to use a Monte Carlo Tree Search algo, found a Python code a while ago and will adapt it to gdscript.
The issue I'm facing is that I'm not sure about the chess rule on how to verify if a move will place the king in check.
The issue I'm facing is that I'm not sure about the chess rule on how to verify if a move will place the king in check.