|
1 | 1 | # morlock |
2 | 2 |
|
3 | 3 | Morlock is a hobbyist chess engine in Go. It supports a few standard techniques and protocols and |
4 | | -is currently mainly used to re-implement a few historical engines, TUROCHAMP (1948) and SARGON (1978). |
5 | | -These historical engine re-implementations can be played on [lichess.org](lichess.org). They are |
6 | | -available 24/7 at various search depths. |
| 4 | +is currently mainly used to re-implement the following historical chess engines: |
7 | 5 |
|
8 | | -TUROCHAMP (1948) by Alan Turing and David Champernowne. It uses a full search with an unbounded |
| 6 | +### TUROCHAMP (1948) by Alan Turing and David Champernowne |
| 7 | + |
| 8 | +Turochamp uses a full search with an unbounded |
9 | 9 | quiescence search of "considerable moves" using material ratio and position play heuristics: |
10 | 10 |
|
11 | | -* [turochamp-1ply](https://lichess.org/@/turochamp-1ply). Rating ~1400 (blitz/rapid). |
12 | | -* [turochamp-2ply](https://lichess.org/@/turochamp-2ply). Rating ~1500 (blitz/rapid). |
| 11 | +* [turochamp-1ply](https://lichess.org/@/turochamp-1ply). Rating ~1300 (blitz/rapid). |
| 12 | +* [turochamp-2ply](https://lichess.org/@/turochamp-2ply). Rating ~1600 (blitz/rapid). |
| 13 | + |
| 14 | +### SARGON (1978) by Dan and Kathe Spracklen |
13 | 15 |
|
14 | | -SARGON (1978) by Dan and Kathe Spracklen. It uses a full search with material exchange, king/queen pins |
15 | | -and board control heuristics: |
| 16 | +Sargon uses a full search with material exchange, king/queen pins and board control heuristics: |
16 | 17 |
|
17 | 18 | * [sargon-1ply](https://lichess.org/@/sargon-1ply). Rating ~1300 (blitz/rapid). |
18 | 19 | * [sargon-2ply](https://lichess.org/@/sargon-2ply). Rating ~1400 (blitz/rapid). |
19 | | -* [sargon-3ply](https://lichess.org/@/sargon-3ply). Rating ~1500 (blitz/rapid). |
20 | | -* [sargon-4ply](https://lichess.org/@/sargon-4ply). Rating ~1600 (blitz/rapid). |
21 | | - |
22 | | -These engines each have quirks, blind spots and limitations, which is part of their charm. They play |
23 | | -at low search depths to entertain rather than win. |
| 20 | +* [sargon-3ply](https://lichess.org/@/sargon-3ply). Rating ~1700 (blitz/rapid). |
| 21 | +* [sargon-4ply](https://lichess.org/@/sargon-4ply). Rating ~1800 (blitz/rapid). |
24 | 22 |
|
25 | | -Enjoy! |
| 23 | +Each engine can be played 24/7 for free on [lichess.org](https://lichess.org). They have quirks, blind spots and limitations, |
| 24 | +which is part of their charm -- and play at low search depths to entertain rather than win. |
26 | 25 |
|
27 | | -_June 2021_ |
| 26 | +_September 2022_ |
0 commit comments