Page 1 of 1

peaBrain — new swift UCI engine for macOS

Posted: Fri Jul 19, 2024 6:04 am
by johnrpenner
peaBrain 8 is a UCI Chess Engine written in Swift for macOS 👾 peaBrain is a simple pedagogical engine with a very low ELO rating — an engine a good human can beat. it is written in swift for macOS, and provides a good introduction to chess programming — and the three functional parts of a chess engine: i) the move generator, ii) the evalution function, and iii) the recursive negaSearch() which finds the highest value at a given depth —

written on toronto island 🇨🇦 today is our first release! check it out!!

Download on GihHub https://github.com/johnrpenner/peaBrain