Sashité for Developers
  1. Sashité for Developers
  2. FAQ

Frequently Asked Questions

Common questions about Sashité specifications and their implementation.


General Questions

What is the difference between FEEN and FEN?

FEEN (Forsyth-Edwards Enhanced Notation) is an extension of the traditional FEN format with several key enhancements:

Traditional FEN is limited to:

Example comparison:

# Traditional FEN (Western Chess only)
rnbqkbnr/pppppppp/8/8/8/8/PPPPPPPP/RNBQKBNR w KQkq - 0 1

# FEEN (same position, but extensible)
+rnbq+kbn+r/+p+p+p+p+p+p+p+p/8/8/8/8/+P+P+P+P+P+P+P+P/+RNBQ+KBN+R / CHESS/chess

# FEEN (Cross-style: Chess vs Makruk)
rnsmksnr/8/pppppppp/8/8/8/+P+P+P+P+P+P+P+P/+RNBQ+KBN+R / CHESS/makruk

# FEEN (With captured pieces - Shōgi style)
lnsgkgsnl/1r5b1/ppppppppp/9/9/2P6/PP1PPPPPP/1B5R1/LNSGKGSNL B/ shogi/SHOGI

Implementation Questions

More questions will be added based on community feedback and common implementation challenges.