projects
/
vchess.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Play against computer almost OK: need to fix Board component
[vchess.git]
/
client
/
src
/
variants
/
Chess960.js
1
import
{
ChessRules
}
from
"@/base_rules"
;
2
export const
VariantRules
=
class
Chess960Rules
extends
ChessRules
3
{
4
// Standard rules
5
}