Draft of Rules view (not working) with computer play
authorBenjamin Auder <benjamin.auder@somewhere>
Thu, 31 Jan 2019 23:19:13 +0000 (00:19 +0100)
committerBenjamin Auder <benjamin.auder@somewhere>
Thu, 31 Jan 2019 23:19:13 +0000 (00:19 +0100)
commitcf2343cee5729c011770ace6d5b4f79d1ac3a2b6
tree583a9e3e3fe63f1907d2e7458abb820b6e32bbda
parent7c3cd3794ee13c41fc623179f7d4142d0d3e74da
Draft of Rules view (not working) with computer play
16 files changed:
client/icons_TODO
client/next_src/components/board.js [deleted file]
client/next_src/components/chat.js [deleted file]
client/next_src/components/game.js [deleted file]
client/next_src/views/rules.js [deleted file]
client/src/App.vue
client/src/components/Board.vue [new file with mode: 0644]
client/src/components/Chat.vue [new file with mode: 0644]
client/src/components/Game.vue [new file with mode: 0644]
client/src/components/MoveList.vue [moved from client/next_src/components/moveList.js with 97% similarity]
client/src/router.js
client/src/translations/en.js
client/src/translations/fr.js
client/src/views/Hall.vue [moved from client/src/views/Home.vue with 99% similarity]
client/src/views/Rules.vue [new file with mode: 0644]
client/src/views/Variants.vue