Chess Engine written in Anchor Framework
anchor build
anchor deploy
anchor test
// OR
cargo run ./client/
Anchor will generate a broken idl, use the one provided in /idl
Feature | Implemented |
---|---|
Check Legal Moves | ✅ |
Checkmate | ✅ |
Enpassant | ✅ |
Castling | ✅ |
Promotion | ✅ |
Elo | ✅ |
Time Control | ❌ |
Feature | Implemented |
---|---|
Tokens Wagers | ❌ |
Elo NFTs | ❌ |
Chess Bot with Clockwork | ❌ |
Tournaments | ❌ |