mjwin.exe - mah jongg

Play with your Puppy.
Post Reply
Message
Author
User avatar
tubeguy
Posts: 1320
Joined: Sat 29 Aug 2009, 01:04
Location: Park Ridge IL USA
Contact:

mjwin.exe - mah jongg

#1 Post by tubeguy »

Been playing this for years on and off. Runs in wine by opening a terminal window from the directory then wine mjwin.exe.

mjwin.zip

Image

Edit: Finally got around to making a shell script to run it:

Code: Select all

#!/bin/sh 
exec wine mjwin.exe
Save above in the mjwin folder as .sh and make executable.

Post Reply