4 link(rel="stylesheet", href="/stylesheets/index.css")
10 h1.text-center Welcome to v[ariant] chess club !
11 h2.help.text-center(onClick="document.getElementById('modal-control').checked=true") Help ?
12 input#modal-control.modal(type="checkbox")
15 label.modal-close(for="modal-control")
18 Each variant page offers two modes: against a human or computer opponent,
19 which is here to help learning the rules.
20 h3.blue.section Comments
22 All games start with a random assymetric position. #[br]
23 Games are untimed, and played anonymously. #[br]
24 No chat, to rather focus on the moves :)
25 h3.red.section Bug report
27 If you find a bug in a game, please follow this procedure: #[br]
28 1. stop playing: click on the resign button; #[br]
29 2. click on the PGN to download it; #[br]
31 #[a(href="mailto:contact@vchess.club?subject=[vchess.club] bug report") contact@vchess.club]
32 describing the situation, with the PGN and a screenshot attached :)#[br]
36 v-for="(v,idx) in sortedCounts",
37 v-show="v.name.startsWith(curPrefix)",
43 const variantArray = !{JSON.stringify(variantArray)};
44 //JSON.parse("!{variantArray}".replace(/\"/g,'"'));
45 script(src="/javascripts/utils/socket_url.js")
46 script(src="/javascripts/components/variantSummary.js")
47 script(src="/javascripts/index.js")