The game seems to quit immediately when I open it :/ . (I installed it using the itch launcher)
I'm on windows and I've run the VC redist installer and restarted my computer as prompted. No errors were printed when I tried to launch the game from a command line. Still quit immediately.
P.S. A window named "crogine game" was opened briefly though. The icon of the window started with a golf ball then to what looks like the crogine game logo.
Sounds like it's starting but running into one of a couple of possible issues. It may not be able to start up the graphics mode required (opengl 4.1) - this can sometimes happens with on-board intel GPUs, or mobile GPUs if you're on a laptop. The only potential fix for this is checking to see if there are any updated drivers. It may also be having trouble reading or writing the file system - preferences are stored in %appdata%/Trederia/golf which should be fine for the current user. Game assets are stored in the assets folder along side the executable so you might need to check the current user has permissions to use the install directory (you can test this by seeing if the game runs with administrator permission). There might also be a text file named output.log next to the executable which stores some error messages - although this won't exist if the game exits before it can write to the file.