lichess.org
Donate
Chilling

Credits goes to none other than Freezer itself.

Introducing Freezer.

Chess engineChess botSoftware Development
My first ever chessbot in python.

You expected a DevBlog? Sike! It is the introduction of a very old Chessbot. I found Freezer in my old pendrives with the name saved as DeveloperBuild, Yeah I back then used to take fancy names. It played chess(which is very suprising)on a average level. It was able to beat some bots. I have created three more versions and let us dicuss them briefly.

  • FreezerUCI-- It is a UCI compatiable chessbot that plays on UCI input and prints the board after each move. It offers the choice of playing as black or white. Though choosing black has some glitches.
  • FreezerGUI-- It is a GUI chessbot that uses pygame to display the board and pieces. It is the most tiring one to code.
  • FreezerDeveloperBuild-- The original version that prints no chess board and uses UCI to play moves. It prints its eval , Best line according to it and lastly evals of all possible moves.
  • FreezerVSFreezer-- It does print chessboard and it makes the bot play itself. Its UCI based. It is the most content fulled out of every version.

These will be released pretty soon on itch.io or I will provide the google drive download link or both.
Until then peace out. All of them will be free :)

-----------FreedBeast219