File size: 1,119 Bytes
9433768
 
c86bbfa
412c3b6
 
9433768
 
 
 
 
c86bbfa
66b9247
 
9433768
 
d3e9649
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
66b9247
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
---
title: Practice Chess Openings
emoji: 
colorFrom: blue
colorTo: gray
sdk: streamlit
sdk_version: 1.38.0
app_file: app.py
pinned: false
license: cc0-1.0
datasets:
  - Lichess/chess-openings
suggested_hardware: cpu-basic
---

# Chess Openings

This little app lets you practice ~3500 chess openings.

This is just a toy app A(I) wrote for fun. Go to [Lichess](https://lichess.org/) or [Chess.com](https://chess.com) for serious chess practice.

## Entering moves

- Use standard algebraic notation (SAN)
- Examples: e4, Nf3, O-O (castling), exd5 (pawn capture)
- Specify the piece (except for pawns) + destination square
- Use 'x' for captures, '+' for check, '#' for checkmate

## Piece symbols

- ♔ King (K)
- ♕ Queen (Q)
- ♖ Rook (R)
- ♗ Bishop (B)
- ♘ Knight (N)
- ♙ Pawn (no letter)

See full notation [here](<https://en.wikipedia.org/wiki/Algebraic_notation_(chess)>)

## Dataset

This app is using the [Lichess](https://lichess.org/) openings dataset via [HuggingFace](https://huggingface.co/datasets/Lichess/chess-openings)

## License

The license is `CC0-1.0` to match the dataset's license.