Skip to content

Commit

Permalink
Improved the docs
Browse files Browse the repository at this point in the history
  • Loading branch information
programarivm committed Sep 11, 2023
1 parent 79c098f commit 56f0779
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 4 deletions.
2 changes: 2 additions & 0 deletions docs/heuristics.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# /heuristics

## Description

Returns the heuristics of a chess position.

## Parameters
Expand Down
2 changes: 2 additions & 0 deletions docs/legal.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# /legal

## Description

Returns the legal squares of a piece.

## Parameters
Expand Down
2 changes: 2 additions & 0 deletions docs/play-lan.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# /play_lan

## Description

Plays a chess move in long algebraic notation (LAN) format.

## Parameters
Expand Down
6 changes: 2 additions & 4 deletions docs/restart.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
# /restart

Restarts a game.
## Description

## Detailed Description

The `/restart` command allows you to restart an existing game.
Allows to restart an existing game.

## Parameters

Expand Down
2 changes: 2 additions & 0 deletions docs/start.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# /start

## Description

Starts a new chess game.

## Parameters
Expand Down
2 changes: 2 additions & 0 deletions docs/undo.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# /undo

## Description

Undoes the last move.

## Usage
Expand Down

0 comments on commit 56f0779

Please # to comment.