Skip to content

ThomasLEMERCIER/NoName-ChesEngine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Chess Engine (Name TBD)

Introduction

This is a chess engine written in C++. The engine is still in development and currently does not have a name. It aims to provide a strong and efficient chess-playing experience.

Features

  • Board Representation: The engine uses an efficient board representation to handle the state of the chess game.

  • Move Generation: Move generation is optimized for speed and accuracy, ensuring a wide range of legal moves are considered.

  • Search Algorithm: The engine employs a sophisticated search algorithm to explore possible moves and find the best move for a given position.

Acknowledgments

I would like to express my sincere gratitude to the members of the Stockfish Discord server for their invaluable time and assistance during the development of this chess engine. Their expertise and feedback have played a crucial role in enhancing the engine's performance.

Special thanks to:

  • agethereal
  • zomby
  • vizvezdenec
  • ciekce
  • affinelytyped
  • kirbag
  • laptudirm
  • witek902
  • shit.username.system
  • zuppadcipolle

Contributing

Contributions are welcome! If you have ideas for improvement or bug fixes, feel free to submit a pull request.