X-Git-Url: https://git.auder.net/?p=vchess.git;a=blobdiff_plain;f=client%2Fsrc%2Fviews%2FGame.vue;h=d6667f71e070d0f9627acad587300c0b61376fb2;hp=2f751ac57e23fc1c09f5ceebb49878d98bb68f6a;hb=683c714f7c81e920eb89550374ba77511f36e2bb;hpb=cfa37af093bf8b8311b8fff5f79697308dc2bc07 diff --git a/client/src/views/Game.vue b/client/src/views/Game.vue index 2f751ac5..d6667f71 100644 --- a/client/src/views/Game.vue +++ b/client/src/views/Game.vue @@ -182,6 +182,12 @@ main // TODO: this will be a component instead ? // If simultaneous games, no "rematch" button +// simult : open connexion to rooms from list, in all (if I'm the "simultaneer" --> TODO: indicate sid + side [random,white, black] in challenge) +// if I'm just one of the players (one game), just one game. +// view "Game_s", with pug list of components Game. +// generally only one element, unless I'm the simultaneer. +// Add messages ? + import BaseGame from "@/components/BaseGame.vue"; import UserBio from "@/components/UserBio.vue"; import Chat from "@/components/Chat.vue";