-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathindex.html
94 lines (83 loc) · 4.32 KB
/
index.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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="description" content="A modern, elegant, cross-platform Go/Baduk/Weiqi board and SGF editor for a more civilized age.">
<title>Sabaki — An elegant Go board and SGF editor for a more civilized age</title>
<link rel="stylesheet" type="text/css" href="css/main.css" />
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico" />
</head>
<body>
<section id="root">
<header>
<h1><img src="img/logo.png" alt="Logo" width="50" height="50" /> Sabaki</h1>
<h2>An elegant Go board and SGF editor for a more civilized age.</h2>
<div id="screenshot">
<img src="img/screenshot.png" alt="Screenshot" />
</div>
<a href="https://github.com/SabakiHQ/Sabaki/releases/latest">Download</a>
<a href="https://github.com/SabakiHQ/Sabaki">Repository</a>
</header>
<main>
<section id="introduction">
<div class="inner">
<h3>Introduction</h3>
<p>Sabaki is a modern, elegant, cross-platform Go/Baduk/Weiqi board and SGF editor for a more civilized age. It’s free, open source and uses web technology based on <a href="http://electron.atom.io/">Electron</a>. You can see its code, contribute or report an issue at our <a href="https://github.com/SabakiHQ/Sabaki/">GitHub repository</a></p>
</div>
</section>
<section id="sgf_editing_tools">
<div class="inner">
<h3>SGF editing tools</h3>
<p>Sabaki offers a variety of board markup tools, including the <a href="http://www.red-bean.com/sgf/">SGF 4-compliant</a> line and arrow tool. Annotate your positions and moves, set hotspots in your favorite games, write reviews in <a href="https://github.com/SabakiHQ/Sabaki/blob/master/docs/guides/markdown.md">Markdown</a>. Sabaki also supports SGF game containers, saving and reading multiple games within one file.</p>
</div>
</section>
<section id="intelligent_scoring_tool">
<div class="inner">
<h3>Intelligent scoring tool</h3>
<p>Score your games using area or territory counting. You can also use the score estimator to see which player is ahead in mid-game. Toggle the life & death status of groups to refine the estimation.</p>
</div>
</section>
<section id="game_graph">
<div class="inner">
<h3>Game tree</h3>
<p>Easily navigate through variations and test-plays using the game tree. It’s fast and fluid, even when opening huge game trees such as <a href="http://waterfire.us/joseki.htm">Kogo’s Joseki Dictionary</a>.</p>
</div>
</section>
<section id="fuzzy_stone_placement">
<div class="inner">
<h3>Fuzzy stone placement</h3>
<p>When placing stones, the stones bump around organically, simulating the play on a real goban. It gives an imperfect feeling, truly <a href="https://en.wikipedia.org/wiki/Wabi-sabi">Wabi-sabi</a>!</p>
</div>
</section>
<section id="gtp_engines">
<div class="inner">
<h3>GTP Engines</h3>
<p>Play against your favorite game engine with the <a href="https://www.lysator.liu.se/~gunnar/gtp/">Go Text Protocol</a> used by <a href="http://www.gnu.org/software/gnugo/">GNU Go</a>, <a href="http://pachi.or.cz/">Pachi</a> and other game engines. Or let two engines play each other.</p>
</div>
</section>
<section id="find_move">
<div class="inner">
<h3>Find move</h3>
<p>Next time you don’t need to go through a game from the beginning when someone says, “Did you see the divine move at L11?” With Sabaki you can find the move instantly simply by activating find mode and clicking on the right spot on the goban.</p>
</div>
</section>
<section id="download">
<p>
<a href="https://github.com/SabakiHQ/Sabaki/releases/latest">Download</a>
<a href="https://github.com/SabakiHQ/Sabaki">Repository</a>
</p>
</section>
</main>
<footer>
<p>
You can support this project by <a href="https://paypal.me/yishn/4">donating some money</a>.
</p>
<p>
<a href="https://yichuanshen.de" title="A project by Yichuan Shen">
<img src="img/seal.png" alt="A project by Yichuan Shen" width="42" height="42" />
</a>
</p>
</footer>
</section>
</body>
</html>