emacs-chess
emacs-chess copied to clipboard
A complete chess client written in Emacs Lisp.
I see this was done in #17, which was dropped. Hopefully this patch is innocuous enough--I don't believe it excludes any previously accepted notation strings or impacts the matching groups....
The correct link seems to be this one: http://www.newartisans.com/2008/05/emacs-chess-now-hosted-at-github/
I play correspondence games, and have multiple games going on at once. My problem occurs almost every time: I mis-type or mis-click and the wrong move is made. Reading code...
The `.wav` files in `sounds` are not included in the chess elpa package version 2.0.4.
Yeap. It works. Thanks! I can save the current (e.g. an unfinished) game now, but I'm unable to carry on it once loaded it later (I only could go back/forward...
Hi, chess-mates, As I understand the [chess-fen.el](https://github.com/jwiegley/emacs-chess/blob/master/chess-fen.el) component, the function below should give me an `EMACS chessboard buffer` like [this one](https://lichess.org/editor/5b1r/4p3/1p1pkp2/1p1Q2p1/3nP2p/BP3P2/3P2PP/2R1K2R_w_K_-). Am I wrong? Would anyone know to confirm or...
I would like to display the move list and expected to find a custom or module for that, but don't see one. Is there a simple way to display the...
Hi! I just discovered that I can read pgn games with emacs-chess, which is very nice. Is there a way to have an engine analyze the game while I am...
There's a comment at https://github.com/jwiegley/emacs-chess/blob/master/chess.el#L200 that suggests that `emacs-chess` will make the user always play as white against a chess engine. I haven't gone through all of the code, but...
Hello looking into my _messages_ buffer, I see many errors concerning chess: ``` Error during redisplay: (eval (chess-display-clock-string)) signaled (cl-assertion-failed game) Error during redisplay: (eval (chess-game-tag chess-module-game "White")) signaled (cl-assertion-failed...