I figured it out and incase anyone else has the same error here's the solution:
The executable part of the app contained in the MacOS folder of the application isn't marked as executable. Open terminal and go to the folder which contains the game, then run chmod +x wohgame0909.app/Contents/MacOS/* and it'll mark it as executable properly and the game will run.