Meow...?
- Node.js & npm
-
Clone the repository to your machine.
-
Go to
./Meow/
, install the packages:
npm install
- Fire up Meow!
node .
- Negamax search algorithm with Alpha-Beta pruning.
- MVV-LVA heuristic.
- Simple evaluation over material and squares.
- A simple and not-that-intuitive console application that takes a FEN value and returns a move.
After some testing, it out-performs ~1000 elo chess bots on chess.com early game and mid-game, but does not know how to deliver a proper checkmate.
Copyrights © 2023 Nguyen Phu Minh.
This project is licensed under the GPL-3.0 License.