v0.0.2
How to run Hoops
Hoops is a terminal program — you start it from a terminal window rather
than by double-clicking. Download the file for your system below, then follow
the matching steps. macOS and Windows will warn that the developer is
"unidentified" the first time; that's normal for a free, unsigned project.
| Your computer | Download | Run it |
|---|---|---|
| 🍎 macOS | hoops-macos |
chmod +x hoops-macos && xattr -d com.apple.quarantine hoops-macos then ./hoops-macos play |
| 🪟 Windows | hoops-windows.exe |
In PowerShell: .\hoops-windows.exe play (click More info → Run anyway if SmartScreen blocks it) |
| 🐧 Linux | hoops-linux |
chmod +x hoops-linux && ./hoops-linux play |
Not comfortable with the command line? See the full step-by-step guide,
including how to clear the macOS "cannot be opened because the developer
cannot be verified" warning:
👉 https://github.com/dwillis/hoops-game/blob/main/RUNNING.md
What's Changed
New Contributors
Full Changelog: v0.0.1...v0.0.2