First commit
authorBenjamin Auder <benjamin.auder@somewhere>
Thu, 11 Nov 2021 18:22:59 +0000 (19:22 +0100)
committerBenjamin Auder <benjamin.auder@somewhere>
Thu, 11 Nov 2021 18:22:59 +0000 (19:22 +0100)
commit41534b92f0bcfc8ef5f58d8040706a5e7ce088c6
treec2754460d9c68330d5de77c0715d810c04779970
First commit
30 files changed:
.gitignore [new file with mode: 0644]
LICENSE [new file with mode: 0644]
README.md [new file with mode: 0644]
TODO [new file with mode: 0644]
app.js [new file with mode: 0644]
base_pieces.css [new file with mode: 0644]
base_rules.js [new file with mode: 0644]
common.css [new file with mode: 0644]
favicon.ico [new symlink]
index.html [new file with mode: 0644]
package-lock.json [new file with mode: 0644]
package.json [new file with mode: 0644]
parameters.js.dist [new file with mode: 0644]
server.js [new file with mode: 0644]
start.sh [new file with mode: 0755]
stop.sh [new file with mode: 0755]
utils/Move.js [new file with mode: 0644]
utils/PiPo.js [new file with mode: 0644]
utils/alea.js [new file with mode: 0644]
utils/array.js [new file with mode: 0644]
variants.js [new file with mode: 0644]
variants/Benedict/class.js [new file with mode: 0644]
variants/Benedict/rules.html [new file with mode: 0644]
variants/Benedict/style.css [new file with mode: 0644]
variants/Chess960/class.js [new file with mode: 0644]
variants/Chess960/rules.html [new file with mode: 0644]
variants/Chess960/style.css [new file with mode: 0644]
variants/Zen/class.js [new file with mode: 0644]
variants/Zen/rules.html [new file with mode: 0644]
variants/Zen/style.css [new file with mode: 0644]