Skip to content

printfn/chess

Repository files navigation

chess

This repo includes:

  • A simple chess engine written in Rust (in core/)
  • A command-line interface (in cli/)
  • A web UI using Svelte/TypeScript (in web/)
  • A lichess bot (in lichess/)
    • The bot is hosted at https://lichess.org/@/rust-bot and is usually online
    • Feel free to open an issue if it's not working!
    • It accepts rated and unrated challenges from players and other bots

Build instructions

CLI

cd cli
cargo run

Web UI

make web
cd web
npm run preview

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages