Chess: with fen
About
Chess: with fen is a classic multiplatform chess game for one or two players.
You can analyze your game with the Chess IA (Stockfish). Save, Restore games or share your FEN codes and become the best player.
Features:
- Human vs Human
- Human vs IA (Stockfish)
- Restore Games with FEN
Windows:
to run the game properly in Windows it is necessary to install DirectX 11/12.
Linux:
to run the game properly in Linux it is necessary to install the Vulkan drivers.
- Fedora:
Run the following command to install requirements:
# dnf install vulkan vulkan-info \ mesa-vulkan-drivers vulkan-tools- Ubuntu:
Run the following command to install requirements:
# apt install libvulkan1 \ mesa-vulkan-drivers vulkan-utilsAfter installation it is necessary to reboot the system.
Run the following command to check Vulkan version:
$ vulkaninfo | head -n 15The output to the above command should look like this: