Hello there ! Just a follow up to my issue on Mac, I actually resolved it and got it working . I just wanted to share with you how, if you or anyone else wanted to know :
- Download the Mac build of the game, I downloaded mine to the 'Downloads' section of my computer
- Open the Die in the Dungeon folder, you should see an application of the same name with a little froggy icon
- Right click this application and select "Show package contents"
- Open up the folder "Contents" that then appears
- Open up the folder called "MacOS", you should see a file called 'Die in the Dungeon' with the type listed as 'Document' or with a page-looking icon
- Leave the Finder page open for now, you'll need it later
- Launch the Terminal app, you can find it when you open your Launchpad and search for 'Terminal'
- In the terminal type "chmod +x " making sure to remove the quotes but do not hit enter yet
- Drag and drop the document file in step 5 from Finder into Terminal, it should show the pathing of the file
- It should look something like: /Users/[your computer name]/[wherever you downloaded the file]/Die\ in\ the\ Dungeon\ 1.3.1\ \[MAC\]/Die\ in\ the\ Dungeon\ 1.3.1\ \[MAC\].app/Contents/MacOS/Die\ in\ the\ Dungeon
- Hit enter then quit Terminal
Quick FYI for anyone else "chmod +x" basically means to make the file executable meaning the Mac can actually run the code the file contained . So now, head back to 'Downloads' on Finder and try opening Die in the Dungeon there . Hope that helps someone, have a nice week !