First commit
authorBenjamin Auder <benjamin.auder@somewhere>
Tue, 13 Nov 2018 06:56:28 +0000 (07:56 +0100)
committerBenjamin Auder <benjamin.auder@somewhere>
Tue, 13 Nov 2018 06:56:28 +0000 (07:56 +0100)
commit1d184b4c016a645228251ce984d4c980e60420b0
tree2922d30751e682344b59d4f2432e1801fed7c3f5
First commit
89 files changed:
.gitattributes [new file with mode: 0644]
.gitfat [new file with mode: 0644]
.gitignore [new file with mode: 0644]
README.md [new file with mode: 0644]
app.js [new file with mode: 0644]
bin/www [new file with mode: 0755]
gulpfile.js [new file with mode: 0644]
package-lock.json [new file with mode: 0644]
package.json [new file with mode: 0644]
public/images/favicon/README [new file with mode: 0644]
public/images/favicon/android-chrome-192x192.png [new file with mode: 0644]
public/images/favicon/android-chrome-512x512.png [new file with mode: 0644]
public/images/favicon/apple-touch-icon.png [new file with mode: 0644]
public/images/favicon/browserconfig.xml [new file with mode: 0644]
public/images/favicon/favicon-16x16.png [new file with mode: 0644]
public/images/favicon/favicon-32x32.png [new file with mode: 0644]
public/images/favicon/favicon.ico [new file with mode: 0644]
public/images/favicon/manifest.json [new file with mode: 0644]
public/images/favicon/mstile-150x150.png [new file with mode: 0644]
public/images/favicon/safari-pinned-tab.svg [new file with mode: 0644]
public/images/mark.svg [new file with mode: 0644]
public/images/pieces/Checkered/cb.svg [new file with mode: 0644]
public/images/pieces/Checkered/cn.svg [new file with mode: 0644]
public/images/pieces/Checkered/cp.svg [new file with mode: 0644]
public/images/pieces/Checkered/cq.svg [new file with mode: 0644]
public/images/pieces/Checkered/cr.svg [new file with mode: 0644]
public/images/pieces/LICENSE [new file with mode: 0644]
public/images/pieces/bb.svg [new file with mode: 0644]
public/images/pieces/bk.svg [new file with mode: 0644]
public/images/pieces/bn.svg [new file with mode: 0644]
public/images/pieces/bp.svg [new file with mode: 0644]
public/images/pieces/bq.svg [new file with mode: 0644]
public/images/pieces/br.svg [new file with mode: 0644]
public/images/pieces/new/Chess_Alt26.svg [new file with mode: 0644]
public/images/pieces/new/Chess_Gdt45.svg [new file with mode: 0644]
public/images/pieces/new/Chess_Gll45.svg [new file with mode: 0644]
public/images/pieces/new/Chess_Ult45.svg [new file with mode: 0644]
public/images/pieces/new/Chess_Zdl45.svg [new file with mode: 0644]
public/images/pieces/new/Chess_Zll45.svg [new file with mode: 0644]
public/images/pieces/new/Chess_adt45.svg [new file with mode: 0644]
public/images/pieces/new/Chess_alt45.svg [new file with mode: 0644]
public/images/pieces/new/Chess_clt45.svg [new file with mode: 0644]
public/images/pieces/new/camel-animal-pet-desert-39f82768c72363eb.svg [new file with mode: 0644]
public/images/pieces/new/camel-animal-pet-desert-3f04e77f40eba40d.svg [new file with mode: 0644]
public/images/pieces/new/camel-animal-wildlife-34b2662eb81cfec3.svg [new file with mode: 0644]
public/images/pieces/new/camel-animal-wildlife-3b15afb5e788b9ec.svg [new file with mode: 0644]
public/images/pieces/new/unicorn-myth-legend-halloween-fantasy-37ec614cb63bc127.svg [new file with mode: 0644]
public/images/pieces/new/wildebeest-animal-wild-wildlife-face-326845431b848a31.svg [new file with mode: 0644]
public/images/pieces/new/wildebeest-animal-wildlife-31b7b8fe2ffee150.svg [new file with mode: 0644]
public/images/pieces/wb.svg [new file with mode: 0644]
public/images/pieces/wk.svg [new file with mode: 0644]
public/images/pieces/wn.svg [new file with mode: 0644]
public/images/pieces/wp.svg [new file with mode: 0644]
public/images/pieces/wq.svg [new file with mode: 0644]
public/images/pieces/wr.svg [new file with mode: 0644]
public/images/tmp_checkered/cb.png [new file with mode: 0644]
public/images/tmp_checkered/cn.png [new file with mode: 0644]
public/images/tmp_checkered/cp.png [new file with mode: 0644]
public/images/tmp_checkered/cq.png [new file with mode: 0644]
public/images/tmp_checkered/cr.png [new file with mode: 0644]
public/images/tmp_checkered/no_ck.png [new file with mode: 0644]
public/javascripts/base_rules.js [new file with mode: 0644]
public/javascripts/components/game.js [new file with mode: 0644]
public/javascripts/components/rules.js [new file with mode: 0644]
public/javascripts/components/variantSummary.js [new file with mode: 0644]
public/javascripts/index.js [new file with mode: 0644]
public/javascripts/utils/array.js [new file with mode: 0644]
public/javascripts/utils/socket_url.js.dist [new file with mode: 0644]
public/javascripts/variants/Atomic.js [new file with mode: 0644]
public/javascripts/variants/Checkered.js [new file with mode: 0644]
public/javascripts/variants/Chess960.js [new file with mode: 0644]
public/javascripts/variants/Zen.js [new file with mode: 0644]
public/sounds/SOURCE [new file with mode: 0644]
public/sounds/chessmove1.mp3 [new file with mode: 0644]
public/sounds/newgame.mp3 [new file with mode: 0644]
public/stylesheets/index.sass [new file with mode: 0644]
public/stylesheets/layout.sass [new file with mode: 0644]
public/stylesheets/variant.sass [new file with mode: 0644]
routes/all.js [new file with mode: 0644]
sockets.js [new file with mode: 0644]
variants.js [new file with mode: 0644]
views/error.pug [new file with mode: 0644]
views/index.pug [new file with mode: 0644]
views/layout.pug [new file with mode: 0644]
views/rules/Atomic.pug [new file with mode: 0644]
views/rules/Checkered.pug [new file with mode: 0644]
views/rules/Chess960.pug [new file with mode: 0644]
views/rules/Zen.pug [new file with mode: 0644]
views/variant.pug [new file with mode: 0644]