Skip to content

Commit

Permalink
Merge pull request #8 from Forensor/version-1
Browse files Browse the repository at this point in the history
initFen added to API
  • Loading branch information
Forensor authored Jan 12, 2022
2 parents 21098b9 + adeb4e3 commit 82386a5
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
11 changes: 11 additions & 0 deletions documentation/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,17 @@ fen amazons
-- ↳ "3b2b3/10/10/b8b/10/10/w8w/10/10/3w2w3 w 1"
```

<a id="initFen"></a>

### initFen :: Fen

The **starting position FEN**.

```haskell
initFen
-- ↳ "3b2b3/10/10/..."
```

<a id="clear"></a>

### clear :: Game
Expand Down
1 change: 1 addition & 0 deletions src/Amazons.purs
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ module Amazons
, remove
, turn
, takeback
, initFen
, validFen
, parse
, moveNumber
Expand Down

0 comments on commit 82386a5

Please sign in to comment.