Skip to content

First release

Latest
Compare
Choose a tag to compare
@scar17off scar17off released this 14 Nov 19:13
· 1 commit to main since this release

Neural Chess Engine v1.0.0 🎉

Initial Release

A neural network-powered chess engine.

Features

  • Neural network-based chess engine
  • Interactive desktop GUI using Pygame
  • Web interface powered by Gradio
  • Pre-trained model with grandmaster opening knowledge
  • Support for custom model training
  • Standard chess rules implementation
  • Move validation and legal move generation
  • PGN game export support

Installation

pip install -r requirements.txt

Getting Started

See our documentation for setup instructions and usage examples.


We welcome feedback, bug reports, and contributions! Please open an issue or submit a pull request.