Skip to content

Latest commit

 

History

History
51 lines (38 loc) · 1.17 KB

README.md

File metadata and controls

51 lines (38 loc) · 1.17 KB

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