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