Chess960 Generator and Lookup Tool

Discussion of anything and everything relating to chess playing software and machines.

Moderators: hgm, Rebel, chrisw

User avatar
MikeB
Posts: 4889
Joined: Thu Mar 09, 2006 6:34 am
Location: Pen Argyl, Pennsylvania

Chess960 Generator and Lookup Tool

Post by MikeB »

I am going public and open source on my little Chess960 generator and Lookup tool. I spent my life working as a CPA , not as a programmer or coder, so if anyone has any ideas for improvements , it will be much appreciated ( actual code suggestions would be great! ) . It's pretty basic, some might call it "old school" and rudimentary .

There is a macOS binary located in the src folder. Pretty simple to build:

Code: Select all

"gcc -O3 960v09.c -o 960Lookup" or "clang -O3 960v09.c -o 960Lookup"
https://github.com/MichaelB7/Chess960-L ... /README.md
Image