kokopu
Version:
A JavaScript/TypeScript library implementing the chess game rules and providing tools to read/write the standard chess file formats.
22 lines (18 loc) • 575 B
Markdown
title: Tutorials
children:
- ./tutorials/01_getting_started.md
- ./tutorials/02_set_up_position.md
- ./tutorials/03_load_pgn.md
- ./tutorials/04_set_up_game.md
- ./tutorials/05_json.md
- ./tutorials/06_chess960.md
Tutorials
=========
1. [Getting started](./tutorials/01_getting_started.md)
2. [Set-up a position](./tutorials/02_set_up_position.md)
3. [Load a PGN file](./tutorials/03_load_pgn.md)
4. [Set-up a game from scratch](./tutorials/04_set_up_game.md)
5. [Game/JSON conversion](./tutorials/05_json.md)
6. [Chess960](./tutorials/06_chess960.md)