Skip to content
42-AH edited this page Jun 7, 2024 · 4 revisions

Welcome to the Mockfish wiki!

Because nobody looks at this, it is probably a waste of time, but hey, why not!

"Mockfish" is a Python-based chess engine using the minimax algorithm with alpha-beta pruning for efficient move evaluation. It features pre-move capability and multi-threading to enhance performance. The engine includes a Tkinter-based GUI for user interaction and aims to provide a challenging gameplay experience with an estimated ELO of 1550 in hard mode.

Future versions:

  1. Implement web crawler and have Mockfish be playing online game for you on Chess.com or any other chess site 24/7.

  2. Add two player mode, be able to set up board, pretty much make an app out of it.

  3. Pivot into a neural network, probably using MCTS.

Clone this wiki locally