This repository has been archived by the owner on Apr 3, 2020. It is now read-only.
forked from jhlywa/chess.js
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: generate opponent moves by using .moves({ opponent: true })
re github.com/lengyanyu258/xiangqiboardjs/issues/1
- Loading branch information
1 parent
a7da849
commit c8548ad
Showing
3 changed files
with
15 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "xiangqi.js", | ||
"version": "0.1.4", | ||
"version": "0.2.0", | ||
"description": "A Javascript Chinese chess/cchess/Xiangqi library for xiangqi move generation/validation, piece placement/movement, and check/checkmate/draw detection", | ||
"author": "lengyanyu258 <[email protected]> (https://github.com/lengyanyu258)", | ||
"license": "BSD-2-Clause", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.