-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathfenhelp.htm
56 lines (33 loc) · 1.6 KB
/
fenhelp.htm
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
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico">
<title>lozza chess engine</title>
<meta name="title" content="lozza chess engine" />
<meta name="description" content="lozza chess engine" />
<meta name="keywords" content="chess, javascript, lozza, queens, gambit, queens gambit" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<link rel="stylesheet" type="text/css" media="screen" href="bootstrap3/css/bootstrap.min.css" />
<style>
body {padding: 20px;}
</style>
</head>
<body>
<h3>Analyse</h3>
Allows you to analyse a chess position. You can also start a game from the position in a new web page.
<h3>Optional URL parameters</h3>
<p><b>fen=<i>fen</i></b>
<p>Load the specified FEN as the position to analyse.
<p><b>act=ana</b>
<p>Auto start an analysis.
<p>Example:-
<p><a href="https://op12no2.github.io/lozza-ui/fen.htm?act=ana&fen=5k2/p7/3R4/2p3p1/1bP3P1/5N1P/3p1PK1/3r4">https://op12no2.github.io/lozza-ui/fen.htm?act=eva&fen=5k2/p7/3R4/2p3p1/1bP3P1/5N1P/3p1PK1/3r4</a>
<p><b>act=eva</b>
<p>Auto start an evaluation.
<p>Example:-
<p><a href="https://op12no2.github.io/lozza-ui/fen.htm?act=eva&fen=5k2/p7/3R4/2p3p1/1bP3P1/5N1P/3p1PK1/3r4">https://op12no2.github.io/lozza-ui/fen.htm?act=eva&fen=5k2/p7/3R4/2p3p1/1bP3P1/5N1P/3p1PK1/3r4</a>
<p><a href="https://op12no2.github.io/lozza-ui">Lozza Chess</a>
</body>
</html>