Install Asset
Install via Godot
To maintain one source of truth, Godot Asset Library is just a mirror of the old asset library so you can download directly on Godot via the integrated asset library browser

Quick Information

Chess with characters representing pieces, which simplifies saving and loading of the board. Drag and Drop pieces to move them.Features saving and loading of the board and copying and pasting of FEN.Note it does not have any enforcements of the chess rules.
text_chess
k = king, q = queen, b = bishop, n = knight, r = rook, p = pawn
Data is stored in the user folder.
You can view the data string as a tooltip in the Save and Copy buttons.
FEN copying and pasting implementation could perhaps be cleaner.
Chess with characters representing pieces, which simplifies saving and loading of the board. Drag and Drop pieces to move them.
Features saving and loading of the board and copying and pasting of FEN.
Note it does not have any enforcements of the chess rules.
Reviews
Quick Information

Chess with characters representing pieces, which simplifies saving and loading of the board. Drag and Drop pieces to move them.Features saving and loading of the board and copying and pasting of FEN.Note it does not have any enforcements of the chess rules.