Skip to content

An experimental chess engine made for fun :D

License

Notifications You must be signed in to change notification settings

FreakC-Foundation/Meow

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%