FEN
From Just Solve the File Format Problem
(Difference between revisions)
m (→Links) |
|||
Line 7: | Line 7: | ||
Although it may be stored in a file by itself, it is probably more common for it to be embedded in some other type of text document, such as a web page. From there, it can easily be copied and pasted into a chess application. | Although it may be stored in a file by itself, it is probably more common for it to be embedded in some other type of text document, such as a web page. From there, it can easily be copied and pasted into a chess application. | ||
+ | |||
+ | == Software == | ||
+ | * [http://www.gnu.org/software/xboard/ XBoard/WinBoard] | ||
== Links == | == Links == | ||
* [[Wikipedia:Forsyth–Edwards Notation|Wikipedia article]] | * [[Wikipedia:Forsyth–Edwards Notation|Wikipedia article]] | ||
+ | * [http://www.chessgames.com/fenhelp.html chessgames.com page about FEN] |
Latest revision as of 00:50, 13 June 2013
Forsyth–Edwards Notation (FEN) is a text format that represents a board position in a game of chess.
Although it may be stored in a file by itself, it is probably more common for it to be embedded in some other type of text document, such as a web page. From there, it can easily be copied and pasted into a chess application.