-
Notifications
You must be signed in to change notification settings - Fork 64
/
example_problem.html
34 lines (27 loc) · 1.03 KB
/
example_problem.html
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
34
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>EidoGo Problem Example</title>
<script type="text/javascript" src="player/js/all.compressed.js"></script>
</head>
<body>
<h1>EidoGo Player Problem Example</h1>
<p>Example of problem-solving mode</p>
<div class="eidogo-player-problem">
(;GM[1]FF[4]CA[UTF-8]AP[CGoban:3]ST[2]RU[Japanese]SZ[19]KM[0.00]
AW[jk]AB[ii][hj][kj][il][kl]PL[W];W[jj];B[ki];W[ik];B[hl];W[ji];B[jh]
;W[ih];B[kk];W[hi];B[ij];W[hk])
</div>
<p>Non-shrinking problem on 7x7</p>
<div class="eidogo-player-problem" shrink="no">
(;GM[1]FF[4]CA[UTF-8]AP[CGoban:3]ST[2]RU[Japanese]SZ[7]KM[0.00]
AW[ab][ac])
</div>
<p>Another problem:</p>
<div class="eidogo-player-problem" sgf="sgf/problem2.sgf"></div>
<p>Regular player on the same page:</p>
<div class="eidogo-player-auto" sgf="sgf/blood_vomit.sgf"></div>
<p>Followup text</p>
</body>
</html>