FreakC-Foundation / Meow

An experimental chess engine made for fun :D

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The Meow chess engine

Meow...?

Dependencies

  • Node.js & npm

Setup

  1. Clone the repository to your machine.

  2. Go to ./Meow/, install the packages:

npm install
  1. Fire up Meow!
node .

What do we currently have?

The engine

  • Negamax search algorithm with Alpha-Beta pruning.
  • MVV-LVA heuristic.
  • Simple evaluation over material and squares.

Others

  • A simple and not-that-intuitive console application that takes a FEN value and returns a move.

How strong is it?

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

Copyrights © 2023 Nguyen Phu Minh.

This project is licensed under the GPL-3.0 License.

About

An experimental chess engine made for fun :D

License:GNU General Public License v3.0


Languages

Language:JavaScript 100.0%