Skip to content

mse63/melsh_bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

melsh_bot

A UCI chess engine. You can play against melsh_bot on lichess

Overview

melsh_bot is a Rust UCI chess engine created by Mahmoud Elsharawy that analyzes chess positions and computes the optimal moves.

melsh_bot is compatable with UCI graphical user interfaces which display a chessboard and to make it easy to input moves, such as CuteChess and Arena. Read the documentation for your GUI of choice for information about how to use compiled binaries with it.

Files

This distribution of Stockfish consists of the following files:

  • README.md - the file you are currently reading.

  • src - a subdirectory containing the full source code.

  • Cargo.toml - a cargo file describing the Rust package for ease of compilation.

Compiling melsh_bot

melsh_bot is most easily compiled with Cargo.

On Unix-like systems, melsh_bot can be compiled with: cargo build --release

About

A UCI-compatable Chess Engine written in Rust

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages