The game is awesome! If you have trouble with the mouse popping out of fullscreen and revealing menu bar or Dock in Mac then do this: Navigate to Hotline Miami.app/Contents/Resources/game/Hotline Miami.app/Contents/MacOS/HotlineMiami.app/Contents (you can access "Contents" folder by right-clicking on the .app-file and choose "Show Package Contents") Right-click on Info.plist file and choose Open with > Other Pick TextEdit (or you preferred tet editor) Add the following: <key>LSUIPresentationMode</key> <integer>3</integer> after: <key>LSMinimumSystemVersion</key> <string>10.6</string> and before: <key>NSHumanReadableCopyright</key> <string>Copyright © 2013 Devolver Digital. All rights reserved.</string> (point here is to have the keys in alphabetic order, I don't know if it's necessary) Save file and you're good to go!