projects
/
vchess.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(incremental) |
history
|
HEAD
Probably fixed Magnetic chess
[vchess.git]
/
public
/
javascripts
/
variants
/
Alice.js
Commit
Line
Data
5bfb0956
BA
1
class AliceRules extends ChessRUles
2
{
3
getPpath(b)
4
{
5
return ""; //TODO
6
}
7
}