Juggernaut is written in Delphi 64-bit (my mother tongue!) and targets the Windows platform. Here are my aims for the initial release:
- To create a rock-solid, bug-free Delphi engine
- The initial release is purposefully weak (approximately 2000 ELO) with piece-square table evaluation, and a super simple search of just plain alpha-beta and quiescent search (zero extensions); move ordering is hash move, captures (mvvlva), then history-sorted quiet moves
- Comprehensive support for the UCI protocol (except UCI_LimitStrength, as it's already quite weak), including multi-pv, multi-threaded searching, searchmoves, UCI_ShowRefutations, and UCI_ShowCurrLine
Let me know via PM if you have the time and the interest. Note, it is only supports Windows 64-bit OS.
— Steve