A simple web-based viewer for FEEN (Format for Encounter & Entertainment Notation) chess positions.
FEEN Viewer displays chess positions encoded in the FEEN format. It provides a visual representation of the board, shows active player information, and displays droppable pieces for each player.
- Parses and displays 2D chess positions from FEEN notation
- Shows the active player and game variants
- Displays droppable pieces for each player
- Responsive design that works on various screen sizes
- Proper error handling for invalid FEEN strings
- Open the HTML file in a web browser
- Enter a valid FEEN string in the input field
- Click "Load" to display the position
rnbqk=bnr/pppppppp/8/8/8/8/PPPPPPPP/RNBQK=BNR CHESS/chess -
MIT License.
FEEN (Format for Encounter & Entertainment Notation) is a compact, canonical, and rule-agnostic textual format for representing static board positions in two-player piece-placement games. For more information, see the FEEN Specification.
This project is maintained by Sashité - a project dedicated to promoting chess variants and sharing the beauty of Chinese, Japanese, and Western chess cultures.