


No audio
I had to remove opening.wav file in game folder to get past the start screen and audio does not work.
The game launches on steam deck but seemingly regardless what controller configuration you use it stays stuck on the initial screen.
Does not work out of box seemingly even with a Bluetooth keyboard to try to simulate keyboard input.

No sound unless dsound
is manually installed using winetricks.
Mouse cursor position is incorrectly detected in fullscreen.
Dragging cards is sometimes not following the mouse accurately but has a lag/offset to it.
Appendix
I used the following steps to install dsound
manually to get the sound output working:
wget https://raw.githubusercontent.com/Winetricks/winetricks/master/src/winetricks
chmod +x winetricks
env WINEPREFIX="$HOME/.local/share/steam/steamapps/compatdata/377880/pfx" WINEPATH="$HOME/.local/share/Steam/steamapps/common/Proton 4.11/dist/bin/wine" ./winetricks -q dsound
You can omit the first two steps and remove the "./
" in front of winetricks
in the last line to use your locally installed winetricks instead.
Pay attention to the path of the pfx/
folder in case you have your game installed on a different drive.


First launch had no sound. After that, sound worked fine.
