Skip to content

Commit

Permalink
Release 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Nixinova committed Jul 7, 2021
1 parent bed79b3 commit 0a38144
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fenfurnace",
"version": "0.3.1-next",
"version": "0.4.0",
"description": "A chess engine designed to work entirely from a FEN position.",
"keywords": [
"chess",
Expand Down
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,13 @@ FenFurnace is available [on npm](https://www.npmjs.org/package/fenfurnace):
The following values are given in import `gameData`:
- `castling`: `{ w: { k, q }, b: { k, q } }` (each boolean)
- `boardArray` (array)
- `enpassantSquare` (cell string or `-`)
- `enpassantSquare` (string or `-`)
- `moveList` (array)
- `logList` (array)
- `currentTurn` (`null` or `w` or `b`)
- `halfMoveCount` (int)
- `moveNumber` (int)
- `promotionPiece` (pieceId string)
- `promotionPiece` (char)

## Build

Expand Down

0 comments on commit 0a38144

Please sign in to comment.