Science Score: 44.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Committers with academic emails
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (6.6%) to scientific vocabulary
Keywords
Repository
Milky // A hopefully strong UCI chess engine
Basic Info
Statistics
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
- Releases: 3
Topics
Metadata Files
README.md
Milky
Milky is a UCI chess engine written in Rust.
Strength
Milky plays at an estimated ~2000 Elo level based on informal testing against other engines. This is a rough approximation and not a result of formal automated testing.
Want to help improve this estimate? Run Milky in engine tournaments and share the results!
Compiling Milky
All you need is cargo installed, and you can build it from the command line.
```bash cargo build
or, for release builds.
cargo build --release
If you simply want to run milky.
cargo run ```
Running cargo run will start the UCI loop.
Contributing
Contributions are welcome! Feel free to open issues or submit pull requests.
License
Milky and all of its sub-projects are licensed under the MIT license.
Owner
- Name: Willians Faria
- Login: wllfaria
- Kind: user
- Location: Brazil
- Website: https://williansfaria.dev
- Twitter: wllfaria_
- Repositories: 5
- Profile: https://github.com/wllfaria
Fullstack developer from Brazil, I'm spending most of my time learning about blockchain, web3 and working on webapps.
Citation (CITATION.cff)
# This CITATION.cff file was generated with cffinit.
# Visit https://bit.ly/cffinit to generate yours today!
cff-version: 1.2.0
title: Milky
message: >-
If you use this software, please cite it using the
metadata from this file.
type: software
authors:
- name: wiru
email: hello@wiru.st
repository-code: 'https://github.com/wllfaria/milky'
repository-artifact: 'https://github.com/wllfaria/milky/releases'
abstract: Milky is a free UCI chess engine.
keywords:
- chess
- chess engine
- rust
- alpha-beta search
license: MIT
GitHub Events
Total
- Release event: 3
- Watch event: 2
- Delete event: 1
- Push event: 43
- Pull request event: 5
- Create event: 7
Last Year
- Release event: 3
- Watch event: 2
- Delete event: 1
- Push event: 43
- Pull request event: 5
- Create event: 7
Issues and Pull Requests
Last synced: 6 months ago