-
Notifications
You must be signed in to change notification settings - Fork 10
/
index.html
77 lines (65 loc) · 3.1 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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<title>Chess-o-tron by tailuge</title>
<link rel="stylesheet" href="public/index-styles.css">
<meta name="viewport" content="width=device-width">
<!-- analytics -->
<script>
(function(i, s, o, g, r, a, m) {
i['GoogleAnalyticsObject'] = r;
i[r] = i[r] || function() {
(i[r].q = i[r].q || []).push(arguments);
}, i[r].l = 1 * new Date();
a = s.createElement(o),
m = s.getElementsByTagName(o)[0];
a.async = 1;
a.src = g;
m.parentNode.insertBefore(a, m);
})(window, document, 'script', 'https://www.google-analytics.com/analytics.js', 'ga');
ga('create', 'UA-88665830-1', 'auto');
ga('send', 'pageview');
</script>
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<div class="wrapper">
<header>
<h1>Chess-o-tron</h1>
<p>Chess experiments</p>
<p class="view"><a href="https://github.com/tailuge">View the Project on GitHub <small>tailuge/chess-o-tron</small></a></p>
<ul>
<li><a href="https://github.com/tailuge/chess-o-tron/zipball/master">Download <strong>ZIP File</strong></a></li>
<li><a href="https://github.com/tailuge/chess-o-tron/tarball/master">Download <strong>TAR Ball</strong></a></li>
<li><a href="https://github.com/tailuge">View On <strong>GitHub</strong></a></li>
</ul>
</header>
<section>
<h1>
Experiments
</h1>
<p><a href="https://tailuge.github.io/chess-o-tron/public/openings/openingtree.html">Opening tree</a></p>
<p><a href="https://tailuge.github.io/chess-o-tron/html/blunder-bomb.html">Blunder-bomb-o-tron</a></p>
<p><a href="https://tailuge.github.io/perturb-o-tron/index.html">Perturb-o-tron</a></p>
<p><a href="https://github.com/tailuge/mistake-o-tron#demo">Mistake-o-tron</a></p>
<p><a href="https://tailuge.github.io/omnip-o-tron/index.html">Omnip-o-tron</a></p>
<p><a href="https://test-o-a.herokuapp.com/">Bot-o-tron</a></p>
<p><a href="https://tailuge.github.io/chess-o-tron/public/quiz.html">Feature-tron (trainer)</a></p>
<p><a href="https://tailuge.github.io/chess-o-tron/public/">Feature-tron (explorer)</a></p>
<p><a href="https://tailuge.github.io/chess-o-tron/html/feature-tron.html">Feature-tron (old version)</a></p>
<p><a href="https://tailuge.github.io/chess-o-tron/html/loose-piece-o-tron.html">Loose-piece-o-tron</a></p>
<p><a href="https://jsfiddle.net/tailuge/24ooeww3/show/">King's-gambit-o-tron</a></p>
<p><a href="https://jsfiddle.net/tailuge/mmyvwgd6/show/">Mate-o-tron</a></p>
<p><small>Data generated from games on <a href="https://lichess.org/">lichess.org</a><small></p>
</section>
<footer>
<p>This project is maintained by <a href="https://github.com/tailuge">tailuge</a></p>
<p><small>Hosted on GitHub Pages — Theme by <a href="https://github.com/orderedlist">orderedlist</a></small></p>
</footer>
</div>
</body>
</html>