Skip to content

Q29F/QChess-Engine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

♟️ QChess Engine

A quantum-inspired chess AI with explainable moves.

Features

  • UCI-Compatible – Works with Arena, Lichess, etc.
  • Adaptive Logic – Adjusts strategy based on game context.
  • Monetization:

Quick Start

git clone https://github.com/yourname/QChess-Engine
cd QChess-Engine/src
python quantum_chess.py --mode uci

Build

To build the engine, follow these steps:

cd /workspaces/QChess-Engine
# Install dependencies (example using pip)
pip install -r requirements.txt 
# Build the engine (if applicable, replace with actual build command)
# For example, if you have a C++ component:
# g++ -o qchess src/qchess.cpp 

License

  • Open-Core: AGPL-3.0 for non-commercial use.
  • Commercial: Paid license for proprietary integration.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages