Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/adeattwood/ceir
Chess engine in rust
https://github.com/adeattwood/ceir
Last synced: 23 days ago
JSON representation
Chess engine in rust
- Host: GitHub
- URL: https://github.com/adeattwood/ceir
- Owner: AdeAttwood
- Created: 2023-07-17T06:27:04.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-08-27T20:05:30.000Z (2 months ago)
- Last Synced: 2024-08-27T21:56:50.119Z (2 months ago)
- Language: Rust
- Homepage:
- Size: 67.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Ceir
My not quite functional UCI chess engine This project is the result of me going
down a very long rabbit hole after finding out about
[bitboards](https://www.chessprogramming.org/Bitboards). After quite a while
trying to figure out ray attacks, I was in too deep.