Skip to content
This repository has been archived by the owner on Oct 1, 2021. It is now read-only.

Commit

Permalink
explained more features
Browse files Browse the repository at this point in the history
  • Loading branch information
mkyl committed Mar 22, 2017
1 parent 3ff4ed8 commit 195135d
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
# cicada
Chess engine compatabile with clients that use the universal chess interface (UCI).
Chess engine compatible with clients that use the universal chess interface (UCI). Ranks around 1450 - 1650 ELO.

- [x] Alpha-Beta Pruning
Cicada was created as a hobby project. Nonetheless, it implements a substantial set of features:
- [x] Alpha-Beta pruning
- [x] Most Valuable Victim, Least Valuable Attacker (MVV-LVA) ordering
- [x] Transposition Tables using Zobhrist Hashing
- [x] Transposition tables using Zobrist hashing
- [x] Quiescence Search

The sanity of the chess engine can be tested by running `cargo test`. This will run a series of unit and integration tests, including a pretty thorough Perft test.

0 comments on commit 195135d

Please sign in to comment.