Releases: dwillis/hoops-game
v0.1.0
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
- Fix CI: install dev extras before lint and test steps by @Copilot in #2
- Fix
build.ymltest job: install dev extras so ruff is available by @Copilot in #3
New Contributors
- @Copilot made their first contribution in #2
Full Changelog: v0.0.3...v0.1.0
v0.0.3
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
Full Changelog: v0.0.2...v0.0.3
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
v0.0.1
Full Changelog: https://github.com/dwillis/hoops-game/commits/v0.0.1