On the way to problems: saving state [not functional yet]
authorBenjamin Auder <benjamin.auder@somewhere>
Sat, 15 Dec 2018 14:35:59 +0000 (15:35 +0100)
committerBenjamin Auder <benjamin.auder@somewhere>
Sat, 15 Dec 2018 14:35:59 +0000 (15:35 +0100)
commitda06a6eb0237123ce43fdb01cb06246b8b57f5e5
tree13b0e22a4ffdee2c1db74471a9b5675c1ae6cd6e
parent4ecf423bce243e8e10b5b777a95f67ecc9f8d8d3
On the way to problems: saving state [not functional yet]
21 files changed:
.gitattributes
db/create.sql [new file with mode: 0644]
db/vchess.sqlite [new file with mode: 0644]
package-lock.json
package.json
public/javascripts/components/game.js
public/javascripts/components/problemSummary.js [new file with mode: 0644]
public/javascripts/components/problems.js
public/javascripts/components/rules.js
public/javascripts/utils/ajax.js [new file with mode: 0644]
public/javascripts/utils/printDiagram.js [new file with mode: 0644]
public/stylesheets/variant.sass
routes/all.js
sockets.js
variants.js [deleted file]
views/index.pug
views/rules/Chess960.pug
views/rules/Crazyhouse.pug
views/rules/Switching.pug
views/rules/Ultima.pug
views/variant.pug