I apologise as i am on linux, and cannot play your game! if you make a linux build, however, i would be happy to play it!
Viewing post in CardMaster jam comments
Just use wine. sudo apt-get install wine(Debian based distros) sudo pacman -S wine(Arch based distros) in arch you have to enable multilib. If you can't install wine, just run the source code with python and pygame. to install pygame in linux, first install pip and then use `pip install pygame` in the command line