Plain text chess position creator software
Clash Royale CLAN TAG#URR8PPP
up vote
2
down vote
favorite
Is there a software which can create chess positions just by reading a plain text file?
For example, to produce a PDF rich with math text, one can use TeX to compile a plain text file and get the desired output with precision.
Similarly, is there such a software (is TeX a software?) which does something similar with chess?
text-processing games
add a comment |Â
up vote
2
down vote
favorite
Is there a software which can create chess positions just by reading a plain text file?
For example, to produce a PDF rich with math text, one can use TeX to compile a plain text file and get the desired output with precision.
Similarly, is there such a software (is TeX a software?) which does something similar with chess?
text-processing games
1
check out gnu.org/software/chess
â Ralph Rönnquist
Aug 28 at 23:03
add a comment |Â
up vote
2
down vote
favorite
up vote
2
down vote
favorite
Is there a software which can create chess positions just by reading a plain text file?
For example, to produce a PDF rich with math text, one can use TeX to compile a plain text file and get the desired output with precision.
Similarly, is there such a software (is TeX a software?) which does something similar with chess?
text-processing games
Is there a software which can create chess positions just by reading a plain text file?
For example, to produce a PDF rich with math text, one can use TeX to compile a plain text file and get the desired output with precision.
Similarly, is there such a software (is TeX a software?) which does something similar with chess?
text-processing games
text-processing games
edited Aug 29 at 0:38
Jeff Schaller
32.7k849110
32.7k849110
asked Aug 28 at 22:36
caffeinemachine
1114
1114
1
check out gnu.org/software/chess
â Ralph Rönnquist
Aug 28 at 23:03
add a comment |Â
1
check out gnu.org/software/chess
â Ralph Rönnquist
Aug 28 at 23:03
1
1
check out gnu.org/software/chess
â Ralph Rönnquist
Aug 28 at 23:03
check out gnu.org/software/chess
â Ralph Rönnquist
Aug 28 at 23:03
add a comment |Â
1 Answer
1
active
oldest
votes
up vote
4
down vote
accepted
You are looking for Forsythe-Edwards notation + a front-end to compile it into an image. You can use Xboard as a front end.
Check out Xboard. Read the manual and look up the "Load Position" command:
Load Position
Sets up a position from a position file. A pop-up dialog
prompts you for the file name. The shifted Ctrl-O key is a keyboard
equivalent. If the file contains more than one saved position, and you
want to load the Nth one, type the number N after the file name,
separated by a space. Position files must be in FEN (Forsythe-Edwards
notation), or in the format that the Save Position command writes when
oldSaveStyle is turned on.
To answer the other part of your question: TeX is a software, yes. More generally, it's a language. It takes input conforming to a grammar, and compiles it into output according to formatting rules. FEN + XBoard can do the same thing.
â Ari Sweedler
Aug 28 at 23:24
add a comment |Â
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
4
down vote
accepted
You are looking for Forsythe-Edwards notation + a front-end to compile it into an image. You can use Xboard as a front end.
Check out Xboard. Read the manual and look up the "Load Position" command:
Load Position
Sets up a position from a position file. A pop-up dialog
prompts you for the file name. The shifted Ctrl-O key is a keyboard
equivalent. If the file contains more than one saved position, and you
want to load the Nth one, type the number N after the file name,
separated by a space. Position files must be in FEN (Forsythe-Edwards
notation), or in the format that the Save Position command writes when
oldSaveStyle is turned on.
To answer the other part of your question: TeX is a software, yes. More generally, it's a language. It takes input conforming to a grammar, and compiles it into output according to formatting rules. FEN + XBoard can do the same thing.
â Ari Sweedler
Aug 28 at 23:24
add a comment |Â
up vote
4
down vote
accepted
You are looking for Forsythe-Edwards notation + a front-end to compile it into an image. You can use Xboard as a front end.
Check out Xboard. Read the manual and look up the "Load Position" command:
Load Position
Sets up a position from a position file. A pop-up dialog
prompts you for the file name. The shifted Ctrl-O key is a keyboard
equivalent. If the file contains more than one saved position, and you
want to load the Nth one, type the number N after the file name,
separated by a space. Position files must be in FEN (Forsythe-Edwards
notation), or in the format that the Save Position command writes when
oldSaveStyle is turned on.
To answer the other part of your question: TeX is a software, yes. More generally, it's a language. It takes input conforming to a grammar, and compiles it into output according to formatting rules. FEN + XBoard can do the same thing.
â Ari Sweedler
Aug 28 at 23:24
add a comment |Â
up vote
4
down vote
accepted
up vote
4
down vote
accepted
You are looking for Forsythe-Edwards notation + a front-end to compile it into an image. You can use Xboard as a front end.
Check out Xboard. Read the manual and look up the "Load Position" command:
Load Position
Sets up a position from a position file. A pop-up dialog
prompts you for the file name. The shifted Ctrl-O key is a keyboard
equivalent. If the file contains more than one saved position, and you
want to load the Nth one, type the number N after the file name,
separated by a space. Position files must be in FEN (Forsythe-Edwards
notation), or in the format that the Save Position command writes when
oldSaveStyle is turned on.
You are looking for Forsythe-Edwards notation + a front-end to compile it into an image. You can use Xboard as a front end.
Check out Xboard. Read the manual and look up the "Load Position" command:
Load Position
Sets up a position from a position file. A pop-up dialog
prompts you for the file name. The shifted Ctrl-O key is a keyboard
equivalent. If the file contains more than one saved position, and you
want to load the Nth one, type the number N after the file name,
separated by a space. Position files must be in FEN (Forsythe-Edwards
notation), or in the format that the Save Position command writes when
oldSaveStyle is turned on.
answered Aug 28 at 23:23
community wiki
Ari Sweedler
To answer the other part of your question: TeX is a software, yes. More generally, it's a language. It takes input conforming to a grammar, and compiles it into output according to formatting rules. FEN + XBoard can do the same thing.
â Ari Sweedler
Aug 28 at 23:24
add a comment |Â
To answer the other part of your question: TeX is a software, yes. More generally, it's a language. It takes input conforming to a grammar, and compiles it into output according to formatting rules. FEN + XBoard can do the same thing.
â Ari Sweedler
Aug 28 at 23:24
To answer the other part of your question: TeX is a software, yes. More generally, it's a language. It takes input conforming to a grammar, and compiles it into output according to formatting rules. FEN + XBoard can do the same thing.
â Ari Sweedler
Aug 28 at 23:24
To answer the other part of your question: TeX is a software, yes. More generally, it's a language. It takes input conforming to a grammar, and compiles it into output according to formatting rules. FEN + XBoard can do the same thing.
â Ari Sweedler
Aug 28 at 23:24
add a comment |Â
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f465393%2fplain-text-chess-position-creator-software%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
1
check out gnu.org/software/chess
â Ralph Rönnquist
Aug 28 at 23:03