-
Notifications
You must be signed in to change notification settings - Fork 0
Home
42-AH edited this page Jun 7, 2024
·
4 revisions
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:
-
Implement web crawler and have Mockfish be playing online game for you on Chess.com or any other chess site 24/7.
-
Add two player mode, be able to set up board, pretty much make an app out of it.
-
Pivot into a neural network, probably using MCTS.