(chess) v0.1

open source, like good things should be

DISCLAMER

!This development is in pre-BETA, expect bugs and unexpected glitches!

what is this, anyway?

(chess) is a chess AI made by me, fully in python, heavily inspired by the likes of sunfish. The way it works is similar to stockfish pre 2018, but there's videos on this, so I won't explain it all here.

how good is it?

1600-2000 ELO

Can you download it?

Yes, (chess) is available for download on github, as i make changes, ill make a changelog here so you can download older versions. Adding to the project is encrouaged.

Is it UCI compatible?

I have the code in there, but it's not tested, yolo ig.

also, the readme doesnt work, working on a fix

(chess) v0.1 github link

I've installed it, now what (temp readme fix, expected fix, 13,7,26)

group all python files into a folder. Install requirements in requirements.txt in a command prompt. create another folder inside the existing folder. New folder must be names "chessai" (case sens). Move init, evaluation and search into chessai. Exit this folder, right click the "play" file, open command prompt. There are instructions in "play" in github to guide you further