-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
bbe1877
commit 3b80994
Showing
1 changed file
with
4 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,28 +1,14 @@ | ||
# Princhess | ||
|
||
[](https://discord.gg/3aTVQtz) | ||
|
||
Princhess is a UCI compatible chess engine written in Rust. | ||
|
||
The initial code base was [Sashimi](https://github.com/zxqfl/sashimi) | ||
|
||
# Play! | ||
|
||
Princhess can be played against on Lichess at https://lichess.org/@/princhess_bot | ||
|
||
# UCI Options | ||
|
||
* **Threads** - The number of threads used during search. Defaults to 1. | ||
# Links | ||
|
||
* **Hash** - The amount of hash space to use in MB. Default 16 | ||
Look for the princhess channel on the [Engine Programming](https://discord.gg/YctB2p4) discord. | ||
|
||
* **SyzygyPath** - Path to folder where the Syzygy tablebase files are. | ||
Currently only supports a single folder. | ||
|
||
* **CPuct** - Exploration constant used by PUCT. Defaults to 1.79 | ||
|
||
# Contributing | ||
[Emoji Log](https://github.com/ahmadawais/Emoji-Log) is used for commit messages and pull requests. | ||
|
||
Look for the princhess channel on [Discord Projects Hub](https://discord.gg/3aTVQtz) | ||
Can be found on Lichess at https://lichess.org/@/princhess_bot but is very very rarely online | ||
|
||
[Emoji Log](https://github.com/ahmadawais/Emoji-Log) is used for commit messages and pull requests. |