-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.pug
33 lines (33 loc) · 1.61 KB
/
index.pug
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
doctype html
html
head
meta(charset="utf-8")
meta(name="viewport", content="width=device-width,initial-scale=1,user-scalable=no")
title octas
link(rel="stylesheet", href="index.css")
script(src="index.js")
body
.container
.board-end.player-a
.board-end.player-b
svg#board
.result-prompt
.win-msg
span#winnername
| の勝ち!
.option-form
button#reloadbutton リセット
.main-menu
.main-menu-inner
h1 octas
.option-form
label
input(type="radio", name="vstype" value="HvsAI", checked)
| 人間 vs AI(人間先攻)
label
input(type="radio", name="vstype" value="AIvsH")
| AI vs 人間(AI先攻)
label
input(type="radio", name="vstype" value="HvsHlocal")
| 人間 vs 人間
button#startgame はじめる