tuxDB - linux gaming aggregate
TUXDB - LINUX GAMING AGGREGATE
 NEWS TOP_PLAYED GAMES ITCH.IO CALENDAR CHAT WINE SteamDeck
 STREAMERS CREATORS CROWDFUNDING DEALS WEBSITES ABOUT
 PODCASTS REDDIT 

 

SUPPORT TUXDB ON KO-FI

MENU

ON SALE

New Twitch streamer aggregation implemented (#FuckTwitch) due to Twitch's API issues (more info on my Discord )


https://simply-v.itch.io/chess-with-fen


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-utils

After installation it is necessary to reboot the system.

Run the following command to check Vulkan version:

$ vulkaninfo | head -n 15

The output to the above command should look like this: