Download link works fine. I had the same problem, you need to remove macOS's quarantine attribute from the app.
Open the terminal and run this command:
sudo xattr -d com.apple.quarantine <path-to-your-game>
For me it was like this:
sudo xattr -d com.apple.quarantine /Applications/Vintage\ Story.app
Then it will ask for your login password, just type and press enter (your password won't show up when typing) and that should do it.