Skip to content

Commit fc83c41

Browse files
committed
Readme changes.
1 parent 2544d59 commit fc83c41

File tree

1 file changed

+15
-3
lines changed

1 file changed

+15
-3
lines changed

README.md

+15-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
1-
# Elephant Chess
1+
# Elephant
22

3-
Elephant <del>is</del> was a simple chess engine written in Python. I value readability and organization over speed (for now), so the code should be as readable as can be.
3+
Elephant is a chess engine written in Python. I value readability and organization over speed (for now), so the code should be as readable as can be and will probably perform horribly when compared to well-coded engines.
44

5-
My primary interest is to have Elephant beat me at chess, which won't be too hard.
5+
## Features
6+
7+
- Queen, king, rook, bishop, knight and pawn moves/attacks.
8+
- Stalemate evaluation based on material and piece mobility.
9+
- Checkmate evaluation.
10+
- En passant.
11+
- Pawn promotion.
12+
13+
## Currently being implemented
14+
15+
- Castling.
16+
- Board evaluation (it works, but only to `depth=1`).
17+
- UCI interface.

0 commit comments

Comments
 (0)