projects
/
vchess.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Fix Koopa promotions with captures, and Balakhlava: pawns move forward
[vchess.git]
/
client
/
src
/
variants
/
Chess960.js
1
import
{
ChessRules
}
from
"@/base_rules"
;
2
3
export class
Chess960Rules
extends
ChessRules
{
4
// Standard rules
5
};