sol-chess icon indicating copy to clipboard operation
sol-chess copied to clipboard

Solana Chess Engine written in Anchor Framework

Solana Chess

Chess Engine written in Anchor Framework

License

Installation

anchor build
anchor deploy

Testing

anchor test
// OR
cargo run ./client/

Note

Anchor will generate a broken idl, use the one provided in /idl

Features

Feature Implemented
Check Legal Moves
Checkmate
Enpassant
Castling
Promotion
Elo
Time Control

Propositions

Feature Implemented
Tokens Wagers
Elo NFTs
Chess Bot with Clockwork
Tournaments