Get playing in a few minutes.
Triple Triad is free on Itch.io — play straight in your browser, or download a native build for Windows, macOS, or Linux. Pick your platform below.
Web
No installPlay instantly in your browser — nothing to download.
- 1
Head to the Triple Triad page on Itch.io and press play — the game loads right in your browser.
Windows
StraightforwardDownload, extract, and run — no extra steps required.
- 1
Download the Windows build (.zip) from the Itch.io page.
- 2
Extract the zip file to a folder of your choice.
- 3
Open the extracted folder and double-click the .exe file to launch the game.
Linux
One terminal commandDownload, extract, mark the binary executable, and run it.
- 1
Download the Linux build (.zip) from the Itch.io page.
- 2
Extract the zip file to a folder of your choice.
- 3
Open a terminal in that folder and make the binary executable:
chmod +x ./StandaloneLinux64 - 4
Run the game:
./StandaloneLinux64
macOS
A few extra stepsSupports both Intel and Apple Silicon Macs. Gatekeeper blocks unsigned builds by default, so a couple of terminal commands are needed the first time you run it.
- 1
Download the Mac build (.zip) from the Itch.io page and extract it.
- 2
Open Terminal and cd into the extracted folder, then remove the quarantine flag macOS adds to downloaded apps:
xattr -d com.apple.quarantine ./StandaloneOSX.app/Contents/MacOS/Triple\ Triad - 3
Make the app executable:
chmod +x ./StandaloneOSX.app/Contents/MacOS/Triple\ Triad - 4
Clear extended attributes on the whole app bundle:
xattr -cr ./StandaloneOSX.app - 5
Double-click StandaloneOSX.app to launch the game.